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:
Jakub Jelen
2022-10-12 10:45:00 +02:00
parent 22f0f0dd60
commit 97c9ac2f58
59 changed files with 117 additions and 112 deletions

View File

@@ -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.