all: Fix various typos and incorrect terminology
Done using: ``` codespell \ --builtin clear,rare,usage \ --skip './po/*' --skip './help/*/*.po' --skip './.git/*' --skip './NEWS*' \ --write-changes . ``` and then some manual checking and editing. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
ce26ca909c
commit
73d7c5e113
2 changed files with 6 additions and 6 deletions
|
@ -178,7 +178,7 @@ update_buttons_visibility (MctCarousel *self)
|
|||
/**
|
||||
* mct_carousel_find_item:
|
||||
* @carousel: an MctCarousel instance
|
||||
* @data: user data passed to the comparation function
|
||||
* @data: user data passed to the comparison function
|
||||
* @func: the function to call for each element.
|
||||
* It should return 0 when the desired element is found
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue