Skip to content

Commit

Permalink
Merge pull request aria2#2229 from aria2/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tatsuhiro-t committed Jun 30, 2024
2 parents e2eb5f8 + a6660c6 commit b519ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SSHSession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit b519ce0

Please sign in to comment.