docs: fix simple typo, wtihout -> without

There is a small typo in expat/tests/runtests.c.

Should read `without` rather than `wtihout`.
This commit is contained in:
Tim Gates 2020-12-17 21:14:40 +11:00
parent 0f6d2dbd73
commit 81e07895c2
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -1761,7 +1761,7 @@ START_TEST(test_not_standalone_handler_accept) {
XML_SetNotStandaloneHandler(g_parser, accept_not_standalone_handler);
run_ext_character_check(text, &test_data, XCS(""));
/* Repeat wtihout the external entity handler */
/* Repeat without the external entity handler */
XML_ParserReset(g_parser, NULL);
XML_SetNotStandaloneHandler(g_parser, accept_not_standalone_handler);
run_character_check(text, XCS(""));