summaryrefslogtreecommitdiff
path: root/gobject/gvaluecollector.h
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-06-12 14:02:30 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-06-12 15:01:08 +0100
commit00bfb3ab4479fd3796e5c292fce7088209702d10 (patch)
treee53f53b01ddd6be9f184ff742c1cba45067eba7d /gobject/gvaluecollector.h
parentc6ccff0ef467247be84015f3c45cabece9e582f5 (diff)
downloadglib-00bfb3ab4479fd3796e5c292fce7088209702d10.tar.gz
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>
Diffstat (limited to 'gobject/gvaluecollector.h')
-rw-r--r--gobject/gvaluecollector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gvaluecollector.h b/gobject/gvaluecollector.h
index 177aa3dfa..b1304595f 100644
--- a/gobject/gvaluecollector.h
+++ b/gobject/gvaluecollector.h
@@ -141,7 +141,7 @@ G_STMT_START { \
* va_list variables cannot be passed by reference.
*
* Note: If you are creating the @value argument just before calling this macro,
- * you should use the #G_VALUE_COLLECT_INIT variant and pass the unitialized
+ * you should use the #G_VALUE_COLLECT_INIT variant and pass the uninitialized
* #GValue. That variant is faster than #G_VALUE_COLLECT.
*/
#define G_VALUE_COLLECT(value, var_args, flags, __error) G_STMT_START { \