Fixed typo
Former-commit-id: 746c6caea0f7f806db0e7554deb125030009e069
This commit is contained in:
@@ -289,7 +289,7 @@ bool NzRenderWindow::OnWindowCreated()
|
||||
std::unique_ptr<NzContext> context(new NzContext);
|
||||
if (!context->Create(m_parameters))
|
||||
{
|
||||
NazaraError("Failed not create context");
|
||||
NazaraError("Failed to create context");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user