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:
Philip Withnall 2020-06-18 13:51:35 +01:00
parent ce26ca909c
commit 73d7c5e113
2 changed files with 6 additions and 6 deletions

View file

@ -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
*