spelling fixes only
authorChristoph von Wittich <christoph_vw@reactos.org>
Fri, 24 Apr 2015 12:45:55 +0000 (12:45 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Fri, 24 Apr 2015 12:45:55 +0000 (12:45 +0000)
svn path=/trunk/; revision=67379

reactos/ntoskrnl/ps/query.c
reactos/win32ss/gdi/ntgdi/gdiobj.c

index a6a4e29..64a318e 100644 (file)
@@ -110,8 +110,8 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
         (ProcessHandle != NtCurrentProcess()))
     {
         /*
-         * Retreiving the process cookie is only allowed for the calling process
-         * itself! XP only allowes NtCurrentProcess() as process handles even if
+         * Retrieving the process cookie is only allowed for the calling process
+         * itself! XP only allows NtCurrentProcess() as process handles even if
          * a real handle actually represents the current process.
          */
         return STATUS_INVALID_PARAMETER;
index c7968c5..d4212a2 100644 (file)
@@ -713,7 +713,7 @@ GDIOBJ_ReferenceObjectByHandle(
     /* Check if the object is exclusively locked */
     if (pobj->cExclusiveLock != 0)
     {
-        DPRINT1("GDIOBJ: Cannot reference oject %p with exclusive lock.\n", hobj);
+        DPRINT1("GDIOBJ: Cannot reference object %p with exclusive lock.\n", hobj);
         GDIOBJ_vDereferenceObject(pobj);
         DBG_DUMP_EVENT_LIST(&pobj->slhLog);
         return NULL;