Fix a typo in the docs. (#311569, Ross Burton)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Jul 2005 15:49:15 +0000 (15:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Jul 2005 15:49:15 +0000 (15:49 +0000)
2005-07-26  Matthias Clasen  <mclasen@redhat.com>

* glib/ghash.c (g_hash_table_foreach): Fix a typo in the
docs.  (#311569, Ross Burton)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/ghash.c

index f5888122b6c9cc5e4705d159377b8d50d225b3a5..d9f83312f1313b82778f3df9d724ae3819a94c70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/ghash.c (g_hash_table_foreach): Fix a typo in the 
+       docs.  (#311569, Ross Burton)
+
 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version 
index f5888122b6c9cc5e4705d159377b8d50d225b3a5..d9f83312f1313b82778f3df9d724ae3819a94c70 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/ghash.c (g_hash_table_foreach): Fix a typo in the 
+       docs.  (#311569, Ross Burton)
+
 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version 
index f5888122b6c9cc5e4705d159377b8d50d225b3a5..d9f83312f1313b82778f3df9d724ae3819a94c70 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/ghash.c (g_hash_table_foreach): Fix a typo in the 
+       docs.  (#311569, Ross Burton)
+
 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version 
index f5888122b6c9cc5e4705d159377b8d50d225b3a5..d9f83312f1313b82778f3df9d724ae3819a94c70 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/ghash.c (g_hash_table_foreach): Fix a typo in the 
+       docs.  (#311569, Ross Burton)
+
 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version 
index 0fac55e883b628b562abc44829aa66341518228f..d3ae9ae8ed0d33af5fa5c63d87f270eaafcf4139 100644 (file)
@@ -545,7 +545,7 @@ g_hash_table_foreach_remove_or_steal (GHashTable *hash_table,
  * pair, and the given @user_data parameter.  The hash table may not
  * be modified while iterating over it (you can't add/remove
  * items). To remove all items matching a predicate, use
- * g_hash_table_remove().
+ * g_hash_table_foreach_remove().
  **/
 void
 g_hash_table_foreach (GHashTable *hash_table,