Typo fix and codespell update
This commit is contained in:
parent
bb77945477
commit
34809716f9
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue