about summary refs log tree commit diff
path: root/Completion/Unix/Command/_rclone
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2020-01-09 14:38:35 +0100
committerMikael Magnusson <mikachu@gmail.com>2020-01-09 14:51:08 +0100
commit66caa81ab7ffd931be143c6e8f35188c1b57894e (patch)
tree77cb910fccb69c481367be46834023a4b42c3064 /Completion/Unix/Command/_rclone
parente6fa0b3b6568fa8c0d1173fdc822c97c41a2f763 (diff)
downloadzsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.tar.gz
zsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.tar.xz
zsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.zip
Fix typos reported by codespell in shell code
Diffstat (limited to 'Completion/Unix/Command/_rclone')
-rw-r--r--Completion/Unix/Command/_rclone2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rclone b/Completion/Unix/Command/_rclone
index 01d851fa1..40f06e0ba 100644
--- a/Completion/Unix/Command/_rclone
+++ b/Completion/Unix/Command/_rclone
@@ -33,7 +33,7 @@ commands=(
   "lsjson\:'list directories and objects in the path in JSON format'"
   "lsl\:'list the objects in path with modification time, size and path'"
   "md5sum\:'produce an md5sum file for all the objects in the path'"
-  "mkdir\:'make the path if it doesnt already exist'"
+  "mkdir\:'make the path if it does not already exist'"
   "mount\:'mount the remote as file system on a mountpoint'"
   "move\:'move files from source to dest'"
   "moveto\:'move file or directory from source to dest'"