浏览代码

FileMasks.cpp Fix typos

smoking_ace 1 年之前
父节点
当前提交
d5e22e44bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/FileMasks.cpp

+ 1 - 1
source/core/FileMasks.cpp

@@ -222,7 +222,7 @@ UnicodeString __fastcall TFileMasks::ComposeMaskStr(
 
   // For directories, the above will add slash at the end of masks,
   // breaking size and time masks and thus circumverting their validation.
-  // This performes ad hoc validation to cover the scenario.
+  // This performs ad hoc validation to cover the scenario.
   // For files this makes no difference, but no harm either
   TFileMasks Temp(Directory ? 1 : 0);
   Temp = ResultNoDirMask;