From 6181e1d9f7796a69a5a132f907632d0e22758842 Mon Sep 17 00:00:00 2001 From: Christian Loehle Date: Fri, 9 Dec 2016 10:37:37 +0100 Subject: [PATCH] Fix typo in ftp.sh --- scripts/linux/ftp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/ftp.sh b/scripts/linux/ftp.sh index 16cc1f9..013570b 100755 --- a/scripts/linux/ftp.sh +++ b/scripts/linux/ftp.sh @@ -253,7 +253,7 @@ do ;; PORT* ) #echo -e "500 Illegal PORT command.\r" - echo -e "200 PORT command successfull.\r" + echo -e "200 PORT command successful.\r" #echo "parm1: $parm1" #dataport=$parm1 ;;