summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:45:07 +0800
committerThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:45:07 +0800
commit1b125465182b5cdb9f80e4a934c936168ab95b2f (patch)
tree61cbe9844db4a5d08addeffc2fddf5d1708ca900 /scp.c
parent3955a37ca5ec4349f5dc21ce93a8e076f681198a (diff)
downloaddropbear-1b125465182b5cdb9f80e4a934c936168ab95b2f.tar.gz
Some minor typo fixes, found by codespell.
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index 11c9665..710d9d2 100644
--- a/scp.c
+++ b/scp.c
@@ -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)