From 27096aedb58342fc8a25c17fa7d6647209425f4e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Jul 2005 15:49:15 +0000 Subject: [PATCH] Fix a typo in the docs. (#311569, Ross Burton) 2005-07-26 Matthias Clasen * glib/ghash.c (g_hash_table_foreach): Fix a typo in the docs. (#311569, Ross Burton) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ glib/ghash.c | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f588812..d9f8331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-26 Matthias Clasen + + * glib/ghash.c (g_hash_table_foreach): Fix a typo in the + docs. (#311569, Ross Burton) + 2005-07-21 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f588812..d9f8331 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-07-26 Matthias Clasen + + * glib/ghash.c (g_hash_table_foreach): Fix a typo in the + docs. (#311569, Ross Burton) + 2005-07-21 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index f588812..d9f8331 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-07-26 Matthias Clasen + + * glib/ghash.c (g_hash_table_foreach): Fix a typo in the + docs. (#311569, Ross Burton) + 2005-07-21 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f588812..d9f8331 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-07-26 Matthias Clasen + + * glib/ghash.c (g_hash_table_foreach): Fix a typo in the + docs. (#311569, Ross Burton) + 2005-07-21 Matthias Clasen * configure.in: Bump version diff --git a/glib/ghash.c b/glib/ghash.c index 0fac55e..d3ae9ae 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -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, -- 2.7.4