Fix typos and spelling.

This commit is contained in:
Alberto Luaces
2018-04-20 18:18:22 +02:00
committed by Robert Osfield
parent c3008512f1
commit 02c310982e
187 changed files with 302 additions and 302 deletions

View File

@@ -875,7 +875,7 @@ bool GraphicsWindowIOS::realizeImplementation()
wsi->getScreenSettings((*_traits), screenSettings);
screen = wsi->getUIScreen((*_traits));
}else{
OSG_FATAL << "GraphicsWindowIOS::realizeImplementation: ERROR: Failed to create IOS windowing system, OSG will be unable to create a vaild gl context and will not be able to render." << std::endl;
OSG_FATAL << "GraphicsWindowIOS::realizeImplementation: ERROR: Failed to create IOS windowing system, OSG will be unable to create a valid gl context and will not be able to render." << std::endl;
return false;
}