Some minor typo fixes, found by codespell.

This commit is contained in:
Thorsten Horstmann
2015-02-24 20:45:07 +08:00
parent fdb7ffa864
commit abeb9d64a3
5 changed files with 5 additions and 5 deletions

2
scp.c
View File

@@ -437,7 +437,7 @@ main(int argc, char **argv)
}
/*
* Finally check the exit status of the ssh process, if one was forked
* and no error has occured yet
* and no error has occurred yet
*/
if (do_cmd_pid != -1 && errs == 0) {
if (remin != -1)