From db1f1b8fa1006ea440b9cbe4a2d61b632109ebb2 Mon Sep 17 00:00:00 2001
From: Laurent Gomila <laurent.gom@gmail.com>
Date: Tue, 31 Jul 2012 17:51:01 +0200
Subject: [PATCH] Minor corrections in API documentation

---
 include/SFML/Graphics/RenderWindow.hpp | 2 +-
 include/SFML/Window/Window.hpp         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SFML/Graphics/RenderWindow.hpp b/include/SFML/Graphics/RenderWindow.hpp
index 9db11ac4..399b40f0 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 56600720..d4b91e3f 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();