diff --git a/tmxlite/include/tmxlite/Layer.hpp b/tmxlite/include/tmxlite/Layer.hpp index 01d8fa1..ec0e90d 100644 --- a/tmxlite/include/tmxlite/Layer.hpp +++ b/tmxlite/include/tmxlite/Layer.hpp @@ -77,7 +77,7 @@ namespace tmx /*! \brief Returns a Type value representing the concrete type. - Use this when deciding which conrete layer type to use when + Use this when deciding which concrete layer type to use when calling the templated function getLayerAs() */ virtual Type getType() const = 0;