Typo in comment.

This commit is contained in:
Morten Welinder 2005-11-25 23:20:22 +00:00
parent 2027d87b5b
commit 24dec3cd49

View File

@ -204,7 +204,7 @@ g_hash_table_unref (GHashTable *hash_table)
* g_hash_table_destroy: * g_hash_table_destroy:
* @hash_table: a #GHashTable. * @hash_table: a #GHashTable.
* *
* Destroys all keys and values in the #GHashTable and decrements it's * Destroys all keys and values in the #GHashTable and decrements its
* reference count by 1. If keys and/or values are dynamically allocated, * reference count by 1. If keys and/or values are dynamically allocated,
* you should either free them first or create the #GHashTable with destroy * you should either free them first or create the #GHashTable with destroy
* notifiers using g_hash_table_new_full(). In the latter case the destroy * notifiers using g_hash_table_new_full(). In the latter case the destroy