Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
offhub committed Jan 4, 2024
1 parent 835a9e6 commit 2b12cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
echo 'resumeed->resumed' >> dictionary.txt
echo 'autoamtic->automatic' >> dictionary.txt
echo 'connencted->connected' >> dictionary.txt
echo 'querygin->querying' >> dictionary.txt
echo 'crome->Chrome' >> dictionary_code.txt
echo 'chromim->Chromium' >> dictionary_code.txt
echo 'kmdutill->kmdutil' >> dictionary_code.txt
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/core/drv/file_flt.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ _FX FLT_PREOP_CALLBACK_STATUS File_PreOperation(
//DbgPrint("IRP_MJ_CREATE: %S\n", root->file_root);

//
// csrss.exe needs acces to binaries of starting up processes.
// csrss.exe needs access to binaries of starting up processes.
//

if (Util_IsCsrssProcess(PsGetCurrentProcessId()))
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/core/drv/process_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ _FX NTSTATUS Process_Api_QueryInfo(PROCESS *proc, ULONG64 *parms)

//
// When querygin a sandboxed process API_QUERY_PROCESS_PATH return the reparsed file root path
// this info class is used to retrive the raw i.e. not reparsed file root path
// this info class is used to retrieve the raw i.e. not reparsed file root path
//
// Note: API_QUERY_BOX_PATH when invoked by a sandboxed process also returns its reparsed file root path
//
Expand Down

0 comments on commit 2b12cc4

Please sign in to comment.