mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix a typo
svn path=/trunk/; revision=34281
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user