mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +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,
|
h = g_hash_table_new_full (simple_hash ? one_hash : honeyman_hash,
|
||||||
second_hash_cmp,
|
second_hash_cmp,
|
||||||
g_xfree, g_xfree);
|
g_free, g_free);
|
||||||
g_assert (h != NULL);
|
g_assert (h != NULL);
|
||||||
for (i=0; i<20; i++)
|
for (i=0; i<20; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user