diff --git a/Sandboxie/core/dll/file.c b/Sandboxie/core/dll/file.c index 174515c2..0235fd18 100644 --- a/Sandboxie/core/dll/file.c +++ b/Sandboxie/core/dll/file.c @@ -823,7 +823,7 @@ check_sandbox_prefix: ULONG len = _DriveLen + 1; /* drive letter */ - // skip any sufix after the drive letter + // skip any suffix after the drive letter if (File_DriveAddSN) { WCHAR* ptr = wcschr(*OutTruePath + _DriveLen + 1, L'\\'); if (ptr) @@ -6886,4 +6886,4 @@ _FX BOOLEAN DigitalGuardian_Init(HMODULE hModule) Dll_DigitalGuardian = hModule; return TRUE; -} \ No newline at end of file +}