diff --git a/src/SFML/Window/Unix/GlxContext.cpp b/src/SFML/Window/Unix/GlxContext.cpp index 6e91d101..281e4bc0 100644 --- a/src/SFML/Window/Unix/GlxContext.cpp +++ b/src/SFML/Window/Unix/GlxContext.cpp @@ -702,7 +702,7 @@ void GlxContext::createContext(GlxContext* shared) if ((m_settings.attributeFlags & ContextSettings::Core) || (m_settings.attributeFlags & ContextSettings::Debug)) err() << "Selecting a profile during context creation is not supported," - << "disabling comptibility and debug" << std::endl; + << "disabling compatibility and debug" << std::endl; m_settings.attributeFlags = ContextSettings::Default; } diff --git a/src/SFML/Window/Win32/WglContext.cpp b/src/SFML/Window/Win32/WglContext.cpp index 6f5a2837..a160d36a 100644 --- a/src/SFML/Window/Win32/WglContext.cpp +++ b/src/SFML/Window/Win32/WglContext.cpp @@ -688,7 +688,7 @@ void WglContext::createContext(WglContext* shared) if ((m_settings.attributeFlags & ContextSettings::Core) || (m_settings.attributeFlags & ContextSettings::Debug)) err() << "Selecting a profile during context creation is not supported," - << "disabling comptibility and debug" << std::endl; + << "disabling compatibility and debug" << std::endl; m_settings.attributeFlags = ContextSettings::Default; }