Mercurial > dropbear
comparison scp.c @ 1037:7c899f24a85b
Some minor typo fixes, found by codespell.
author | Thorsten Horstmann <thorsten.horstmann@web.de> |
---|---|
date | Tue, 24 Feb 2015 20:45:07 +0800 |
parents | d9b5c33329fa |
children | 2dee3eef5344 |
comparison
equal
deleted
inserted
replaced
1036:deed0571cacc | 1037:7c899f24a85b |
---|---|
435 verifydir(argv[argc - 1]); | 435 verifydir(argv[argc - 1]); |
436 tolocal(argc, argv); /* Dest is local host. */ | 436 tolocal(argc, argv); /* Dest is local host. */ |
437 } | 437 } |
438 /* | 438 /* |
439 * Finally check the exit status of the ssh process, if one was forked | 439 * Finally check the exit status of the ssh process, if one was forked |
440 * and no error has occured yet | 440 * and no error has occurred yet |
441 */ | 441 */ |
442 if (do_cmd_pid != -1 && errs == 0) { | 442 if (do_cmd_pid != -1 && errs == 0) { |
443 if (remin != -1) | 443 if (remin != -1) |
444 (void) close(remin); | 444 (void) close(remin); |
445 if (remout != -1) | 445 if (remout != -1) |