瀏覽代碼

Typo in a comment

Source commit: f676dcc151ec169edf3596139ab7c37d2db0f2cd
Martin Prikryl 6 年之前
父節點
當前提交
3ade4215c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/Common.cpp

+ 1 - 1
source/core/Common.cpp

@@ -1437,7 +1437,7 @@ bool __fastcall FileSearchRec(const UnicodeString FileName, TSearchRec & Rec)
 //---------------------------------------------------------------------------
 void CopySearchRec(const TSearchRec & Source, TSearchRec & Dest)
 {
-  // Strangely isses a compiler warning (W8111 due to TSearchRec::Time), when used in Script.cpp, but not here.
+  // Strangely issues a compiler warning (W8111 due to TSearchRec::Time), when used in Script.cpp, but not here.
   Dest = Source;
 }
 //---------------------------------------------------------------------------