summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2008-10-10 04:55:17 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2008-10-10 04:55:17 +0000
commitcfe32bdf65b4e2ba36ddc152124b4a8f3a0ae228 (patch)
tree3a5980f828550813e92d4c9493b912a62b41a9f1 /usr.bin
parent9f5195bfd184b50d26411f9bb961af290741cf7a (diff)
spelling in comment; ok djm@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c
index e3b4b683cdb..2ecc06616cb 100644
--- a/usr.bin/ssh/scp.c
+++ b/usr.bin/ssh/scp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scp.c,v 1.163 2008/06/13 18:55:22 dtucker Exp $ */
+/* $OpenBSD: scp.c,v 1.164 2008/10/10 04:55:16 stevesk Exp $ */
/*
* scp - secure remote copy. This is basically patched BSD rcp which
* uses ssh to do the data transfer (instead of using rcmd).
@@ -412,7 +412,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)