Tatsuhiro Tsujikawa 1 year ago
parent
commit
a6660c6c4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SSHSession.cc

+ 1 - 1
src/SSHSession.cc

@@ -143,7 +143,7 @@ int SSHSession::checkDirection()
 
 ssize_t SSHSession::writeData(const void* data, size_t len)
 {
-  // net implemented yet
+  // not implemented yet
   assert(0);
 }