Fix typo: methodReponse -> methodResponse

This commit is contained in:
kannibalox
2024-12-06 16:42:19 -05:00
committed by Jari Sundell
parent 3aeb213dc4
commit 48c40ee0c6
2 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -306,7 +306,7 @@ process_document(const tinyxml2::XMLDocument* doc, tinyxml2::XMLPrinter* printer
}
printer->PushHeader(false, true);
printer->OpenElement("methodReponse", true);
printer->OpenElement("methodResponse", true);
printer->OpenElement("params", true);
printer->OpenElement("param", true);
@@ -324,7 +324,7 @@ void
print_xmlrpc_fault(int faultCode, std::string faultString, tinyxml2::XMLPrinter* printer) {
printer->PushHeader(false, true);
printer->OpenElement("methodReponse", true);
printer->OpenElement("methodResponse", true);
printer->OpenElement("fault", true);
printer->OpenElement("struct", true);