X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tools%2Fminiswig%2Fxmlwriter.cpp;h=8a1f228ffb4c8ccc294f93f330abcc4f3a9cd33f;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=459c220669ae34b470ab058de4a8371bdabdb185;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/tools/miniswig/xmlwriter.cpp b/tools/miniswig/xmlwriter.cpp index 459c22066..8a1f228ff 100644 --- a/tools/miniswig/xmlwriter.cpp +++ b/tools/miniswig/xmlwriter.cpp @@ -40,7 +40,7 @@ void XmlWriter::closeTag(const char* name) const std::string& lastsection = sections.back(); if (lastsection != name) { std::ostringstream msg; - msg << "mismtach in open/closeSection. Expected '" + msg << "mismatch in open/closeSection. Expected '" << lastsection << "' got '" << name << "'"; throw std::runtime_error(msg.str()); }