From e0e6a59afc7a905e9c39a9ee4e945f8579bbd5e8 Mon Sep 17 00:00:00 2001 From: offhub <6871698+offhub@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:49:20 +0300 Subject: [PATCH] Typo fixes --- Sandboxie/common/hook_util.c | 2 +- Sandboxie/core/dll/dllmain.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sandboxie/common/hook_util.c b/Sandboxie/common/hook_util.c index 18af7eee..2857f96b 100644 --- a/Sandboxie/common/hook_util.c +++ b/Sandboxie/common/hook_util.c @@ -17,7 +17,7 @@ */ //--------------------------------------------------------------------------- -// Variouse generic hooking helpers +// Various generic hooking helpers //--------------------------------------------------------------------------- #if defined(_M_ARM64) || defined(_M_ARM64EC) diff --git a/Sandboxie/core/dll/dllmain.c b/Sandboxie/core/dll/dllmain.c index 39c7a540..a4b3bc4a 100644 --- a/Sandboxie/core/dll/dllmain.c +++ b/Sandboxie/core/dll/dllmain.c @@ -368,7 +368,7 @@ _FX void Dll_InitInjected(void) // // // // instead of using a separate namespace // // just replace all \ with _ and use it as a suffix rather then an actual path - // // similarly a its done for named pipes already + // // similar to what is done for named pipes already // // this approach can help to reduce the footprint when running in portable mode // // alternatively we could create volatile entries under AppContainerNamedObjects // //