Pārlūkot izejas kodu

Typo

Source commit: d87ac327cd75e0ceb37541e08191a147b4c96415
Martin Prikryl 7 gadi atpakaļ
vecāks
revīzija
37d6c0b516
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      source/filezilla/FtpListResult.cpp

+ 1 - 1
source/filezilla/FtpListResult.cpp

@@ -1458,7 +1458,7 @@ BOOL CFtpListResult::parseAsMlsd(const char *line, const int linelen, t_director
   copyStr(fileName, 0, line + pos, linelen - pos, true);
   if (mlst)
   {
-    // do not try to detect path type, assume a standart *nix syntax + do not trim
+    // do not try to detect path type, assume a standard *nix syntax + do not trim
     CServerPath path(fileName, FZ_SERVERTYPE_FTP, false);
     direntry.name = path.GetLastSegment();
     if (direntry.name.IsEmpty())