From 0441ae1ccf31ab10c4c65c74ea58012c44106be5 Mon Sep 17 00:00:00 2001
From: Peter Meerwald
Date: Thu, 23 Jul 2015 11:38:47 +0200
Subject: [PATCH] ghash: Fix typo in g_hash_table_replace() documentation
https://bugzilla.gnome.org/show_bug.cgi?id=752767
---
glib/ghash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/glib/ghash.c b/glib/ghash.c
index 78d7f3898..5c95c72d0 100644
--- a/glib/ghash.c
+++ b/glib/ghash.c
@@ -1267,7 +1267,7 @@ g_hash_table_insert (GHashTable *hash_table,
* If you supplied a @key_destroy_func when creating the
* #GHashTable, the old key is freed using that function.
*
- * Returns: %TRUE of the key did not exist yet
+ * Returns: %TRUE if the key did not exist yet
*/
gboolean
g_hash_table_replace (GHashTable *hash_table,