Fix typos

found them with codespell.

Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
Diego Viola 2024-05-20 10:45:04 -03:00 committed by Wim Taymans
parent 8a24ad3073
commit 7410755c03
45 changed files with 100 additions and 100 deletions

View file

@ -1018,9 +1018,9 @@ A choice contains an array of possible values.
- Step (2) : child1 is a default value, options are between
child2 and child3, in steps of child4 in the value array.
- Enum (3) : child1 is a default value, options are any value from
the value array, prefered values come first.
the value array, preferred values come first.
- Flags (4) : child1 is a default value, options are any value from
the value array, prefered values come first.
the value array, preferred values come first.
- flags: must be 0
## Pod (20)