Browse Source

Typo in comment

Source commit: 779aa23b48b175409a9fb2b3c2a7c70578c18235
Martin Prikryl 9 years ago
parent
commit
07c3ef82a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/SftpFileSystem.cpp

+ 1 - 1
source/core/SftpFileSystem.cpp

@@ -3754,7 +3754,7 @@ void __fastcall TSFTPFileSystem::CreateDirectory(const UnicodeString DirName)
 void __fastcall TSFTPFileSystem::CreateLink(const UnicodeString FileName,
   const UnicodeString PointTo, bool Symbolic)
 {
-  // Cerberus server does not even response to LINK or SYMLINK,
+  // Cerberus server does not even respond to LINK or SYMLINK,
   // Although its log says:
   // Unrecognized SFTP client command: (20)
   // Unknown SFTP packet - Sending Unsupported OP response