glib/gio/completion
Philip Withnall 00bfb3ab44 tree: Fix various typos and outdated terminology
This was mostly machine generated with the following command:
```
codespell \
    --builtin clear,rare,usage \
    --skip './po/*' --skip './.git/*' --skip './NEWS*' \
    --write-changes .
```
using the latest git version of `codespell` as per [these
instructions](https://github.com/codespell-project/codespell#user-content-updating).

Then I manually checked each change using `git add -p`, made a few
manual fixups and dropped a load of incorrect changes.

There are still some outdated or loaded terms used in GLib, mostly to do
with git branch terminology. They will need to be changed later as part
of a wider migration of git terminology.

If I’ve missed anything, please file an issue!

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-06-12 15:01:08 +01:00
..
.gitignore gio: Add bash completion for gio tool 2018-06-15 12:34:10 +02:00
gapplication New gapplication(1) tool 2013-10-17 10:12:27 -04:00
gdbus Install bash completion files in /usr/share/ 2012-06-21 06:11:58 -04:00
gio tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gresource Install bash completion files in /usr/share/ 2012-06-21 06:11:58 -04:00
gsettings Add ‘gsettings list-schemas --print-paths’ option 2018-01-05 13:01:03 +00:00