Corrected typo.

This commit is contained in:
binary1248 2015-05-11 00:38:14 +02:00 committed by Lukas Dürrenberger
parent d2adccfe2e
commit e38a26ec25

View File

@ -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
///