From f28cd563372067e65b75fd8d08c3bea31ee00cda Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 22:03:53 +0300 Subject: [PATCH] Fix typo --- SDL2pp/Exception.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;