From d6d272a35decf94cf72f44dfc58a0dc04bf164bb Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 20:44:13 +0300 Subject: [PATCH] Fix typo --- SDL2pp/Renderer.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index 2bbb228..3e4b6b7 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -301,8 +301,8 @@ public: //////////////////////////////////////////////////////////// /// \brief Draw a rectangle on the current rendering target /// - /// \param p1 Coordinates of the start cornder - /// \param p2 Coordinates of the end cornder + /// \param p1 Coordinates of the start corner + /// \param p2 Coordinates of the end corner /// /// \see http://wiki.libsdl.org/SDL_RenderDrawRect /// @@ -346,8 +346,8 @@ public: //////////////////////////////////////////////////////////// /// \brief Fill a rectangle on the current rendering target /// - /// \param p1 Coordinates of the start cornder - /// \param p2 Coordinates of the end cornder + /// \param p1 Coordinates of the start corner + /// \param p2 Coordinates of the end corner /// /// \see http://wiki.libsdl.org/SDL_RenderFillRect ///