summaryrefslogtreecommitdiff
path: root/Completion/Base
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-11-26 19:39:33 +0800
committerOliver Kiddle <opk@zsh.org>2025-01-27 23:39:05 +0100
commita61b105795620943206c1f85be801943cadbb1c3 (patch)
treeafed1dabe7a67118eef82161bf1226a3706440fe /Completion/Base
parent9f9ceb7768b51334ccdd0f6e32b20399ba261933 (diff)
downloadzsh-a61b105795620943206c1f85be801943cadbb1c3.tar.gz
zsh-a61b105795620943206c1f85be801943cadbb1c3.zip
github #126: Fix some typos
Diffstat (limited to 'Completion/Base')
-rw-r--r--Completion/Base/Completer/_expand_alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Completer/_expand_alias b/Completion/Base/Completer/_expand_alias
index 8240e4162..0f165a968 100644
--- a/Completion/Base/Completer/_expand_alias
+++ b/Completion/Base/Completer/_expand_alias
@@ -49,7 +49,7 @@ if [[ -n $tmp ]]; then
if [[ $tmpa[1] = $word && $tmp = $aliases[$word] ]]; then
# This is an active regular alias and the first word in the result
# is the same as what was on the line already. Quote it so
- # that it doesn't get reexanded on execution.
+ # that it doesn't get reexpanded on execution.
#
# Strictly we also need to check if the original word matches
# a later word in the expansion and the previous words are