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:
parent
0f6d2dbd73
commit
81e07895c2
@ -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(""));
|
||||
|
Loading…
Reference in New Issue
Block a user