Fixed typo
Former-commit-id: 746c6caea0f7f806db0e7554deb125030009e069
This commit is contained in:
parent
cc01216e1c
commit
4d27f12fec
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue