mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
Fix typos
found them with codespell. Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
8a24ad3073
commit
7410755c03
45 changed files with 100 additions and 100 deletions
|
|
@ -125,7 +125,7 @@ static inline int spa_json_next(struct spa_json * iter, const char **value)
|
|||
case '[': case '{':
|
||||
if (!(flag & __ARRAY_FLAG)) {
|
||||
/* At top-level we may be either in object context
|
||||
* or in single-item context, and then we need ot
|
||||
* or in single-item context, and then we need to
|
||||
* accept array/object here.
|
||||
*/
|
||||
if ((iter->state & __SUB_FLAG) && !(flag & __KEY_FLAG))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue