about summary refs log tree commit diff
path: root/Functions/Zftp
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-19 16:10:46 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-19 16:10:46 +0000
commit72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 (patch)
treefa19b458c49f52f11046ebc09ae0cd5f4483ea96 /Functions/Zftp
parenta88f38b2c4e0585d2159973b6e6df13019d66006 (diff)
downloadzsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz
zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.xz
zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip
29307, 29308 + replies: Fix some doubled words in docs and comments.
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