From 86983acaa4bd7497223db75af767b44772ca6155 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 13 Jun 2014 11:31:42 -0500 Subject: [PATCH] Fixed a typo in the comments of Context.hpp --- include/SFML/Window/Context.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Window/Context.hpp b/include/SFML/Window/Context.hpp index 9f72f24f..ecbe7998 100644 --- a/include/SFML/Window/Context.hpp +++ b/include/SFML/Window/Context.hpp @@ -60,7 +60,7 @@ public : //////////////////////////////////////////////////////////// /// \brief Destructor /// - /// The desctructor deactivates and destroys the context + /// The destructor deactivates and destroys the context /// //////////////////////////////////////////////////////////// ~Context();