From 9f49b4864a3467dd71c27cc1e9f1ba34b1f3e191 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 3 May 2006 21:19:44 +0000 Subject: [PATCH] Fix typo git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3854 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index fe6ba701b..6766496dc 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -1190,7 +1190,7 @@ __EOF__ eval n=\$${t}_number # - # The following is because the %$#@ shell doesn't except hex numbers in '-eq' tests + # The following is because the %$#@ shell doesn't accept hex numbers in '-eq' tests # if [ $(($n)) -eq $(($number)) ]; then fatal_error "Duplicate Provider number: $number, provider: \"$provider\""