Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
offhub committed Dec 1, 2023
1 parent 78fb89b commit e0e6a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sandboxie/common/hook_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

//---------------------------------------------------------------------------
// Variouse generic hooking helpers
// Various generic hooking helpers
//---------------------------------------------------------------------------

#if defined(_M_ARM64) || defined(_M_ARM64EC)
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/core/dll/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
// //
Expand Down

0 comments on commit e0e6a59

Please sign in to comment.