]> granicus.if.org Git - libexpat/commitdiff
Fix spelling of "namespace allocation tests"
authorRhodri James <rhodri@kynesim.co.uk>
Tue, 25 Jul 2017 14:18:52 +0000 (15:18 +0100)
committerRhodri James <rhodri@kynesim.co.uk>
Tue, 25 Jul 2017 14:18:52 +0000 (15:18 +0100)
expat/tests/runtests.c

index 0e496a70008ffdfae3303d91f9b9cf70a601dd28..6a72c40180e67ed2bab5bea82185d20dd935d6b5 100644 (file)
@@ -12089,7 +12089,7 @@ make_suite(void)
     TCase *tc_namespace = tcase_create("XML namespaces");
     TCase *tc_misc = tcase_create("miscellaneous tests");
     TCase *tc_alloc = tcase_create("allocation tests");
-    TCase *tc_nsalloc = tcase_create("namespace allocattion tests");
+    TCase *tc_nsalloc = tcase_create("namespace allocation tests");
 
     suite_add_tcase(s, tc_basic);
     tcase_add_checked_fixture(tc_basic, basic_setup, basic_teardown);