From 850c8453a7dbe1e912c3b3fe25fc779e1ad1c1e9 Mon Sep 17 00:00:00 2001 From: offhub <6871698+offhub@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:14:43 +0300 Subject: [PATCH] Update ProcessServer.cpp typo --- Sandboxie/core/svc/ProcessServer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sandboxie/core/svc/ProcessServer.cpp b/Sandboxie/core/svc/ProcessServer.cpp index 05e0291e..154482cf 100644 --- a/Sandboxie/core/svc/ProcessServer.cpp +++ b/Sandboxie/core/svc/ProcessServer.cpp @@ -136,8 +136,8 @@ BOOL ProcessServer::KillProcess(ULONG ProcessId) else { // - // Bevore terminating any process, check if still its a sandboxed process as PID's get reused, - // but not as long as a handle is open, hence chacking after OpenProcess remains valid untill CloseHandle + // Before terminating any process, check if still its a sandboxed process as PID's get reused, + // but not as long as a handle is open, hence checking after OpenProcess remains valid until CloseHandle // // also check if process was marked as critical process // @@ -2219,4 +2219,4 @@ MSG_HEADER *ProcessServer::SuspendAllHandler(MSG_HEADER *msg) HeapFree(GetProcessHeap(), HEAP_GENERATE_EXCEPTIONS, pids); return SHORT_REPLY(STATUS_SUCCESS); -} \ No newline at end of file +}