mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
typos.
svn path=/trunk/; revision=6032
This commit is contained in:
parent
591e89c589
commit
7c65cf5915
@ -234,7 +234,7 @@ static void second_hash_test (gboolean simple_hash)
|
||||
|
||||
h = g_hash_table_new_full (simple_hash ? one_hash : honeyman_hash,
|
||||
second_hash_cmp,
|
||||
g_xfree, g_xfree);
|
||||
g_free, g_free);
|
||||
g_assert (h != NULL);
|
||||
for (i=0; i<20; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user