From e38a26ec25bc3540eb6745a99d8db55a185e317c Mon Sep 17 00:00:00 2001 From: binary1248 Date: Mon, 11 May 2015 00:38:14 +0200 Subject: [PATCH] Corrected typo. --- src/SFML/Window/Unix/Display.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/Window/Unix/Display.hpp b/src/SFML/Window/Unix/Display.hpp index 1cda4a7e..bddd9a7b 100644 --- a/src/SFML/Window/Unix/Display.hpp +++ b/src/SFML/Window/Unix/Display.hpp @@ -51,7 +51,7 @@ Display* OpenDisplay(); /// \brief Get the xcb connection of the shared Display /// /// This function increments the reference count of the display, -/// it must be matched with a call to CloseDisplay. +/// it must be matched with a call to CloseConnection. /// /// \return Pointer to the shared connection ///