summaryrefslogtreecommitdiff
path: root/Functions/Zftp
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zftp')
-rw-r--r--Functions/Zftp/zfcput2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zftp/zfcput b/Functions/Zftp/zfcput
index d8a8a60a3..85141b68d 100644
--- a/Functions/Zftp/zfcput
+++ b/Functions/Zftp/zfcput
@@ -23,7 +23,7 @@ if [[ $(echo abcd | tail +2c) = bcd ]]; then
elif [[ $(echo abcd | tail --bytes=+2) = bcd ]]; then
tailtype=b
else
- print "I can't get your \`tail' to start from from arbitrary characters.\n" \
+ print "I can't get your \`tail' to start from arbitrary characters.\n" \
"If you know how to do this, let me know." 2>&1
return 1
fi