about summary refs log tree commit diff
path: root/Completion/Unix/Type
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/Type
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/Type')
-rw-r--r--Completion/Unix/Type/_canonical_paths2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_canonical_paths b/Completion/Unix/Type/_canonical_paths
index cddc3b405..a8fbbb524 100644
--- a/Completion/Unix/Type/_canonical_paths
+++ b/Completion/Unix/Type/_canonical_paths
@@ -96,7 +96,7 @@ _canonical_paths() {
 
     # This style controls how many parent directory links (..) to chase searching
     # for possible completions. The default is 8. Note that this chasing is
-    # triggered only when the user enters atleast a .. and the path completed
+    # triggered only when the user enters at least a .. and the path completed
     # contains only . or .. components. A value of 0 turns off .. link chasing
     # altogether.