mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Fix a typo
This commit is contained in:
parent
9cfac6e76c
commit
eb16c5a4fe
@ -3074,7 +3074,7 @@ g_test_get_filename (GTestFileType file_type,
|
|||||||
|
|
||||||
g_assert (g_test_initialized ());
|
g_assert (g_test_initialized ());
|
||||||
if (test_filename_free_list == NULL)
|
if (test_filename_free_list == NULL)
|
||||||
g_error ("g_test_get_filename() can only be used within testcase funcitons");
|
g_error ("g_test_get_filename() can only be used within testcase functions");
|
||||||
|
|
||||||
va_start (ap, first_path);
|
va_start (ap, first_path);
|
||||||
result = g_test_build_filename_va (file_type, first_path, ap);
|
result = g_test_build_filename_va (file_type, first_path, ap);
|
||||||
|
Loading…
Reference in New Issue
Block a user