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 // //