Fixed typo

Former-commit-id: 746c6caea0f7f806db0e7554deb125030009e069
This commit is contained in:
Lynix 2014-06-25 19:34:55 +02:00
parent cc01216e1c
commit 4d27f12fec
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}