Browse Source

Typo in comment

Source commit: 4cfc91253e48d9507bf582e9fcc331361a86bb53
Martin Prikryl 8 years ago
parent
commit
30f6038701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/filezilla/FtpControlSocket.cpp

+ 1 - 1
source/filezilla/FtpControlSocket.cpp

@@ -4425,7 +4425,7 @@ void CFtpControlSocket::TransferFinished(bool preserveFileTimeForUploads)
       else
       {
         // Support for MDTM does not necessarily mean
-        // that the server supportsnon-standard hack
+        // that the server supports non-standard hack
         // of setting timestamp using
         // MFMT-like (two argument) call to MDTM.
         // IIS definitelly does.