Skip to content

Commit b518823

Browse files
airweentheseion
andauthored
Typo fix.
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent f1ecdb1 commit b518823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/msc_xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) {
279279
if (msr->xml->parsing_ctx != NULL || msr->xml->parsing_ctx_arg != NULL) {
280280
if (msr->xml->parsing_ctx != NULL &&
281281
msr->txcfg->parse_xml_into_args != MSC_XML_ARGS_ONLYARGS) {
282-
/* This is how we signalise the end of parsing to libxml. */
282+
/* This is how we signal the end of parsing to libxml. */
283283
xmlParseChunk(msr->xml->parsing_ctx, NULL, 0, 1);
284284

285285
/* Preserve the results for our reference. */

0 commit comments

Comments
 (0)