From 91017f0f9aff8ee5e9decc5c885460d8a9648e08 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Fri, 24 Apr 2015 12:45:55 +0000 Subject: [PATCH] spelling fixes only svn path=/trunk/; revision=67379 --- reactos/ntoskrnl/ps/query.c | 4 ++-- reactos/win32ss/gdi/ntgdi/gdiobj.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/ntoskrnl/ps/query.c b/reactos/ntoskrnl/ps/query.c index a6a4e299372..64a318e4706 100644 --- a/reactos/ntoskrnl/ps/query.c +++ b/reactos/ntoskrnl/ps/query.c @@ -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; diff --git a/reactos/win32ss/gdi/ntgdi/gdiobj.c b/reactos/win32ss/gdi/ntgdi/gdiobj.c index c7968c58f6f..d4212a2d08a 100644 --- a/reactos/win32ss/gdi/ntgdi/gdiobj.c +++ b/reactos/win32ss/gdi/ntgdi/gdiobj.c @@ -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;