Browse Source

Typo in a comment

Source commit: f676dcc151ec169edf3596139ab7c37d2db0f2cd
Martin Prikryl 6 years ago
parent
commit
3ade4215c1
1 changed files with 1 additions and 1 deletions
  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;
 }
 //---------------------------------------------------------------------------