glib/gmodule
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
..
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
COPYING gmodule/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmodule-ar.c gmodule: change _g_module_close to only take a handle. 2019-12-12 16:15:05 +00:00
gmodule-dl.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gmodule-win32.c Silence clang errors about -Wformat-nonliteral due to missing intermediate attributes 2020-04-27 16:26:04 +03:00
gmodule.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gmodule.h tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gmodule.rc.in meson: build Windows resource files 2018-01-04 22:19:30 +01:00
gmoduleconf.h.in gmodule: remove macOS dyld implementation 2019-09-07 16:41:34 +01:00
meson.build Meson: Override every dependency glib provides 2020-04-05 00:34:04 -04:00