X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=tools%2Fminiswig%2Fxmlwriter.cpp;h=8a1f228ffb4c8ccc294f93f330abcc4f3a9cd33f;hb=4eff38d2a777e7a889428eadbef0d1eae7d35db0;hp=459c220669ae34b470ab058de4a8371bdabdb185;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;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()); }