diff --git a/SDL2pp/Exception.hh b/SDL2pp/Exception.hh index a846e24..e7ea7b1 100644 --- a/SDL2pp/Exception.hh +++ b/SDL2pp/Exception.hh @@ -82,7 +82,7 @@ public: //////////////////////////////////////////////////////////// /// \brief Get explanatory string /// - /// \returns Explanatory tring stored in the exception object + /// \returns Explanatory string stored in the exception object /// //////////////////////////////////////////////////////////// const char* what() const noexcept;