mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 10:40:28 +09:00
Fix various spelling issues reported by codespell
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
@@ -1801,7 +1801,7 @@ int ssh_packet_send(ssh_session session)
|
||||
|
||||
if (need_rekey) {
|
||||
/* Send the KEXINIT packet instead.
|
||||
* This recursivelly calls the packet_send(), but it should
|
||||
* This recursively calls the packet_send(), but it should
|
||||
* not get into rekeying again.
|
||||
* After that we need to handle the key exchange responses
|
||||
* up to the point where we can send the rest of the queue.
|
||||
|
||||
Reference in New Issue
Block a user