mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
fixed spelling error
svn path=/trunk/; revision=5411
This commit is contained in:
parent
a24079b8cc
commit
0af13836af
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: database.c,v 1.7 2002/09/08 10:23:47 chorns Exp $
|
/* $Id: database.c,v 1.8 2003/08/04 17:54:52 royce Exp $
|
||||||
*
|
*
|
||||||
* service control manager
|
* service control manager
|
||||||
*
|
*
|
||||||
|
@ -547,7 +547,7 @@ ScmStartService(PSERVICE Service,
|
||||||
DPRINT1("Process Id: %lu Handle %lx\n",
|
DPRINT1("Process Id: %lu Handle %lx\n",
|
||||||
ProcessInformation.dwProcessId,
|
ProcessInformation.dwProcessId,
|
||||||
ProcessInformation.hProcess);
|
ProcessInformation.hProcess);
|
||||||
DPRINT1("Tread Id: %lu Handle %lx\n",
|
DPRINT1("Thread Id: %lu Handle %lx\n",
|
||||||
ProcessInformation.dwThreadId,
|
ProcessInformation.dwThreadId,
|
||||||
ProcessInformation.hThread);
|
ProcessInformation.hThread);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue