Fix typo in log message
This commit is contained in:
parent
e6cc75f8a6
commit
48a37230d4
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user