Explorar o código

Typo

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