diff 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
line wrap: on
line diff
--- a/scp.c	Tue Feb 24 20:43:01 2015 +0800
+++ b/scp.c	Tue Feb 24 20:45:07 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)