From 5d65aa7fdf36f78308fd6cb00d5870c8c57bc750 Mon Sep 17 00:00:00 2001 From: Rhodri James Date: Tue, 25 Jul 2017 15:18:52 +0100 Subject: [PATCH] Fix spelling of "namespace allocation tests" --- expat/tests/runtests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index 0e496a70..6a72c401 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -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); -- 2.49.0