diff --git a/include/SFML/Graphics/RenderWindow.hpp b/include/SFML/Graphics/RenderWindow.hpp index 9db11ac46..399b40f0f 100644 --- a/include/SFML/Graphics/RenderWindow.hpp +++ b/include/SFML/Graphics/RenderWindow.hpp @@ -49,7 +49,7 @@ public : /// \brief Default constructor /// /// This constructor doesn't actually create the window, - /// use the other constructors or call Create to do so. + /// use the other constructors or call "create" to do so. /// //////////////////////////////////////////////////////////// RenderWindow(); diff --git a/include/SFML/Window/Window.hpp b/include/SFML/Window/Window.hpp index 56600720b..d4b91e3f7 100644 --- a/include/SFML/Window/Window.hpp +++ b/include/SFML/Window/Window.hpp @@ -62,7 +62,7 @@ public : /// \brief Default constructor /// /// This constructor doesn't actually create the window, - /// use the other constructors or call create to do so. + /// use the other constructors or call "create" to do so. /// //////////////////////////////////////////////////////////// Window();