Parcourir la source

Typos in comments

Source commit: 27684b8ef297d40915040a530c16a4330af8ab7e
Martin Prikryl il y a 4 ans
Parent
commit
20c1219918
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      source/core/SftpFileSystem.cpp

+ 2 - 2
source/core/SftpFileSystem.cpp

@@ -2136,7 +2136,7 @@ bool __fastcall TSFTPFileSystem::IsCapable(int Capability) const
       // This is here only because of VShell
       // (it supports owner/group, but does not include them into response to
       // SSH_FXP_READDIR)
-      // and Bitwise (the same as VShell, but it does not even bother to provide "supported" extension until 6.21)
+      // and Bitvise (the same as VShell, but it does not even bother to provide "supported" extension until 6.21)
       // No other use is known.
       return
         (FSupport->Loaded &&
@@ -2152,7 +2152,7 @@ bool __fastcall TSFTPFileSystem::IsCapable(int Capability) const
         SupportsExtension(SFTP_EXT_SPACE_AVAILABLE) ||
         // extension announced by proprietary SFTP_EXT_STATVFS extension
         FSupportsStatVfsV2 ||
-        // Bitwise (until 6.21) fails to report it's supported extensions.
+        // Bitvise (until 6.21) fails to report it's supported extensions.
         (FSecureShell->SshImplementation == sshiBitvise);
 
     case fcCalculatingChecksum: