Explorar o código

Grammar in a comment

Source commit: 9e373d5219c8829c2a49892a527a57310d98c352
Martin Prikryl %!s(int64=3) %!d(string=hai) anos
pai
achega
eb4ab603f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }