Use correct terminology in comment

This commit is contained in:
kannibalox
2024-10-29 15:16:07 -04:00
committed by Jari Sundell
parent 7f4c5df5ee
commit e0d5c95821
+1 -1
View File
@@ -421,7 +421,7 @@ XmlRpc::process(const char* inBuffer, uint32_t length, slot_write slotWrite) {
doc.Parse(inBuffer, length);
try {
// This printer can't be reused in the 'catch' because while the
// buffer can be cleared, the internal stack of opened tags
// buffer can be cleared, the internal stack of opened elements
// remains.
tinyxml2::XMLPrinter printer(nullptr, true, 0);
process_document(&doc, &printer);