From 3671b60c1f3109e16923b918ab9487737ea6da8b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 22:02:49 +0300 Subject: [PATCH] Fix typo --- SDL2pp/Window.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/Window.hh b/SDL2pp/Window.hh index 4033841..3b06c75 100644 --- a/SDL2pp/Window.hh +++ b/SDL2pp/Window.hh @@ -74,7 +74,7 @@ public: /// \param h Height of the window /// \param flags 0 or more SDL_WindowFlags OR'd together /// - /// \thows SDL2pp::Exception + /// \throws SDL2pp::Exception /// /// \see http://wiki.libsdl.org/SDL_CreateWindow ///