diff --git a/Sandboxie/core/dll/file_copy.c b/Sandboxie/core/dll/file_copy.c index ac69a42a..ef81350c 100644 --- a/Sandboxie/core/dll/file_copy.c +++ b/Sandboxie/core/dll/file_copy.c @@ -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))