summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:23:45 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:23:45 +1100
commitb4acb47f5f2302efe74c71b51db2729f872c0766 (patch)
tree4e304c6152779ed26138136f713e2a51b3a6a1e7 /scp.c
parentc13c3ee44ad2bfbff925b0863095d8fcba5612ae (diff)
- stevesk@cvs.openbsd.org 2008/10/10 04:55:16
[scp.c] spelling in comment; ok djm@
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index 9f8b7a192..323747806 100644
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: scp.c,v 1.163 2008/06/13 18:55:22 dtucker Exp $ */ 1/* $OpenBSD: scp.c,v 1.164 2008/10/10 04:55:16 stevesk Exp $ */
2/* 2/*
3 * scp - secure remote copy. This is basically patched BSD rcp which 3 * scp - secure remote copy. This is basically patched BSD rcp which
4 * uses ssh to do the data transfer (instead of using rcmd). 4 * uses ssh to do the data transfer (instead of using rcmd).
@@ -434,7 +434,7 @@ main(int argc, char **argv)
434 } 434 }
435 /* 435 /*
436 * Finally check the exit status of the ssh process, if one was forked 436 * Finally check the exit status of the ssh process, if one was forked
437 * and no error has occured yet 437 * and no error has occurred yet
438 */ 438 */
439 if (do_cmd_pid != -1 && errs == 0) { 439 if (do_cmd_pid != -1 && errs == 0) {
440 if (remin != -1) 440 if (remin != -1)