summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-05-01 21:40:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-01 21:40:46 +0000
commit6bdf0d9a44c589ec9333ef9a473710f010da42d1 (patch)
tree7ad84872a87051162a86f5e9c0f482b9b8a40636
parent9eff594c95d680d6856c4cf91cc19f998e90eb91 (diff)
Fix some typos
-rw-r--r--ChangeLog1
-rw-r--r--ChangeLog.pre-2-101
-rw-r--r--ChangeLog.pre-2-121
-rw-r--r--ChangeLog.pre-2-81
-rw-r--r--glib/gutils.c2
5 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65eff94aa..50d084d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
happy.
* glib/gstdio.c: Fix some typos, mark new API as "Since 2.8".
+ * glib/gutils.c: Fix some typos.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 65eff94aa..50d084d47 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -4,6 +4,7 @@
happy.
* glib/gstdio.c: Fix some typos, mark new API as "Since 2.8".
+ * glib/gutils.c: Fix some typos.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 65eff94aa..50d084d47 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -4,6 +4,7 @@
happy.
* glib/gstdio.c: Fix some typos, mark new API as "Since 2.8".
+ * glib/gutils.c: Fix some typos.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 65eff94aa..50d084d47 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -4,6 +4,7 @@
happy.
* glib/gstdio.c: Fix some typos, mark new API as "Since 2.8".
+ * glib/gutils.c: Fix some typos.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
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