diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 14baf9ffbc..a461288e16 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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 diff --git a/Sandboxie/core/svc/MountManager.cpp b/Sandboxie/core/svc/MountManager.cpp index 12f86602a2..7c5c8eafbc 100644 --- a/Sandboxie/core/svc/MountManager.cpp +++ b/Sandboxie/core/svc/MountManager.cpp @@ -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. //