From a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 25 Apr 2003 11:18:50 +0000 Subject: 18472: spelling corrections --- Functions/TCP/tcp_alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_alias') diff --git a/Functions/TCP/tcp_alias b/Functions/TCP/tcp_alias index 9d6a28da0..59fe67814 100644 --- a/Functions/TCP/tcp_alias +++ b/Functions/TCP/tcp_alias @@ -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 -- cgit v1.2.3