From f91d1a2a7657a85b46922df4c813fbf8ca3d2bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sun, 27 Sep 2015 22:42:50 +0200 Subject: [PATCH] docs: misc spelling --- glib/docs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/docs.c b/glib/docs.c index 99531bce5..51c9087f8 100644 --- a/glib/docs.c +++ b/glib/docs.c @@ -2359,7 +2359,7 @@ * } * ]| * - * You must initialise the variable in some way -- either by use of an + * You must initialize the variable in some way -- either by use of an * initialiser or by ensuring that an _init function will be called on * it unconditionally before it goes out of scope. *