diff --git a/src/request_body_processor/xml.cc b/src/request_body_processor/xml.cc index f88be23a..b935d612 100644 --- a/src/request_body_processor/xml.cc +++ b/src/request_body_processor/xml.cc @@ -79,7 +79,7 @@ class MSCSAXHandler { const std::shared_ptr& nd = xml_data->nodes[xml_data->nodes.size()-1]; if (nd->has_child == true) { // check the return value - // if it false, then stop parsing + // if false, then stop parsing // this means the number of arguments reached the limit if (xml_data->m_transaction->addArgument("XML", xml_data->currpath, xml_data->currval, 0) == false) { xmlStopParser(xml_data->parsing_ctx_arg);