mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +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>
(cherry picked from commit 97c9ac2f58)
This commit is contained in:
committed by
Andreas Schneider
parent
e3d0f60281
commit
bff436695b
@@ -120,7 +120,7 @@ static void test_ssh_accept_interrupt(void **state)
|
||||
server = ssh_new();
|
||||
assert_non_null(server);
|
||||
|
||||
/* Send interupt in 1 second */
|
||||
/* Send interrupt in 1 second */
|
||||
rc = pthread_create(&interrupt_pthread, NULL, int_thread, NULL);
|
||||
assert_return_code(rc, errno);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user