Update Sandboxie/core/dll/file_copy.c

Co-authored-by: isaak654 <isaak654@users.noreply.github.com>
This commit is contained in:
typpos 2021-02-05 04:46:54 +11:00 committed by GitHub
parent e2e021adc0
commit 01a58ee9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ found_match:
return mode;
//
// if tere is no configuration for this file type/path decide based on the file size
// if there is no configuration for this file type/path, then decide based on the file size
//
if (File_CopyLimitKb == -1 || file_size < ((ULONGLONG)File_CopyLimitKb * 1024))