diff scp.c @ 1046:b8f4b7027191 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Feb 2015 22:48:34 +0800
parents 7c899f24a85b
children 2dee3eef5344
line wrap: on
line diff
--- a/scp.c	Tue Feb 10 21:47:43 2015 +0800
+++ b/scp.c	Tue Feb 24 22:48:34 2015 +0800
@@ -437,7 +437,7 @@
 	}
 	/*
 	 * 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)