mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
18472: spelling corrections
This commit is contained in:
parent
83932ba23f
commit
a5f7097d9a
30 changed files with 85 additions and 72 deletions
|
|
@ -85,7 +85,7 @@ for arg in $*; do
|
|||
index=${array[(i)$alias]}
|
||||
array=(${array[1,index-1]} ${array[index+1,-1]})
|
||||
if [[ -z "$array" ]]; then
|
||||
unset "tcp_aliase[$fd]"
|
||||
unset "tcp_aliases[$fd]"
|
||||
else
|
||||
tcp_aliases[$fd]="$array"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue