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:
Jakub Jelen
2022-10-12 10:45:00 +02:00
committed by Andreas Schneider
parent e3d0f60281
commit bff436695b
59 changed files with 117 additions and 112 deletions

View File

@@ -369,9 +369,9 @@ int main(int argc, char **argv){
}
} while(!chan);
if(!chan) {
printf("Error: cleint did not ask for a channel session (%s)\n",
ssh_get_error(session));
if (!chan) {
printf("Error: client did not ask for a channel session (%s)\n",
ssh_get_error(session));
ssh_finalize();
return 1;
}