Skip to content

Commit

Permalink
Typo fix and codespell update
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 committed Oct 21, 2023
1 parent bb77945 commit 3480971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
echo 'strickt->strict' >> dictionary.txt
echo 'brak->break' >> dictionary.txt
echo "lets->let's" >> dictionary.txt
echo 'booth->both' >> dictionary.txt
echo 'vcertificate->certificate' >> dictionary.txt
echo 'crome->Chrome' >> dictionary_code.txt
echo 'chromim->Chromium' >> dictionary_code.txt
echo 'kmdutill->kmdutil' >> dictionary_code.txt
Expand Down
4 changes: 2 additions & 2 deletions Sandboxie/core/svc/MountManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,8 @@ bool MountManager::AcquireBoxRoot(const WCHAR* boxname, const WCHAR* reg_root, c
BOOLEAN UseFileImage = SbieApi_QueryConfBool(boxname, L"UseFileImage", FALSE);

//
// We use the [KeyRootPath] to uniquely identify a sandbox, the driver requires
// booth [KeyRootPath] as well as the hive file location [FileRootPath]\RegHive to match,
// We use the [KeyRootPath] to uniquely identify a sandbox, the driver requires
// both [KeyRootPath] as well as the hive file location [FileRootPath]\RegHive to match,
// hence either is a good unique identifier, in case of a conflict the second sandbox start attempt fails.
// As SbieApi_GetUnmountHive provides only [KeyRootPath] and no file path it is expedient to use it.
//
Expand Down

0 comments on commit 3480971

Please sign in to comment.