1
0
Fork 0
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:
Oliver Kiddle 2003-04-25 11:18:50 +00:00
parent 83932ba23f
commit a5f7097d9a
30 changed files with 85 additions and 72 deletions

View file

@ -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