Browse Source

Grammar in a comment

Source commit: 9e373d5219c8829c2a49892a527a57310d98c352
Martin Prikryl 3 years ago
parent
commit
eb4ab603f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/RemoteFiles.cpp

+ 1 - 1
source/core/RemoteFiles.cpp

@@ -1284,7 +1284,7 @@ void __fastcall TRemoteFile::SetListingStr(UnicodeString value)
             {
               Year = (Word)StrToInt(Col);
               if (Year > 10000) Abort();
-              // When we don't got time we assume midnight
+              // When we didn't get time we assume midnight
               Hour = 0; Min = 0; Sec = 0;
               FModificationFmt = mfMDY;
             }