Typo fix and codespell update

This commit is contained in:
isaak654 2023-10-21 16:52:38 +02:00
parent bb77945477
commit 34809716f9
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
2 changed files with 4 additions and 2 deletions

View File

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

View File

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