X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile_set.cpp;h=02e5bd4b024929305954f44bc58e3a34cc8049cb;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=e3d41b9e3a3bab526c58ac910842be15be3e9c06;hpb=b7e9c1b1c1504925309c44d044d64b7a2793cfce;p=supertux.git diff --git a/src/tile_set.cpp b/src/tile_set.cpp index e3d41b9e3..02e5bd4b0 100644 --- a/src/tile_set.cpp +++ b/src/tile_set.cpp @@ -91,7 +91,7 @@ TileSet::TileSet(const std::string& filename) if (ids.size() != attributes.size()) { std::ostringstream err; err << "Number of ids (" << ids.size() << ") and attributes (" << attributes.size() - << ") missmatch for image '" << image << "', but must be equal"; + << ") mismatch for image '" << image << "', but must be equal"; throw std::runtime_error(err.str()); }