diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-01 21:40:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-01 21:40:46 +0000 |
commit | 6bdf0d9a44c589ec9333ef9a473710f010da42d1 (patch) | |
tree | 7ad84872a87051162a86f5e9c0f482b9b8a40636 /glib/gutils.c | |
parent | 9eff594c95d680d6856c4cf91cc19f998e90eb91 (diff) | |
download | glib-6bdf0d9a44c589ec9333ef9a473710f010da42d1.tar.gz |
Fix some typos
Diffstat (limited to 'glib/gutils.c')
-rw-r--r-- | glib/gutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gutils.c b/glib/gutils.c index de3304cad..c0c76ad69 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -1332,7 +1332,7 @@ g_unsetenv (const gchar *variable) * * Gets the names of all variables set in the environment. * - * Return: a NUL-terminated list of strings which must be freed + * Returns: a %NULL-terminated list of strings which must be freed * with g_strfreev(). * * Since: 2.8 |