Commit 4d6cba1b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

qmgr: Fix a spelling error in a TRACE().

parent 5152f414
......@@ -148,7 +148,7 @@ ServiceMain(DWORD dwArgc, LPWSTR *lpszArgv)
WaitForSingleObject(fileTxThread, INFINITE);
UpdateStatus(SERVICE_STOPPED, NO_ERROR, 0);
CloseHandle(stop_event);
TRACE("service stoped\n");
TRACE("service stopped\n");
CoUninitialize();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment