Merge pull request #2229 from aria2/fix-typo

Fix typo
master
Tatsuhiro Tsujikawa 2024-06-30 21:47:36 +09:00 committed by GitHub
commit b519ce04e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}