fix a typo

svn path=/trunk/; revision=34281
This commit is contained in:
Christoph von Wittich 2008-07-03 10:19:12 +00:00
parent 8d35fff61b
commit d6d4af57f2

View file

@ -848,7 +848,7 @@ _tWinMain(HINSTANCE hInstance,
}
else
{
DPRINT("Failed to creat application window (LastError: %d)!\n", GetLastError());
DPRINT("Failed to create application window (LastError: %d)!\n", GetLastError());
}
UnregisterApplicationClasses();