From 1ff60247a2996b9478e0611f99e9b825e22cb6ab Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Fri, 5 Oct 2018 21:38:14 +0200 Subject: [PATCH] misc: small spelling fix (bellow -> below) --- misc/examples/obsoleted/test.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/examples/obsoleted/test.cfg b/misc/examples/obsoleted/test.cfg index 45af10601e5..b35c9b243b3 100644 --- a/misc/examples/obsoleted/test.cfg +++ b/misc/examples/obsoleted/test.cfg @@ -230,7 +230,7 @@ route[2] { if (!(src_ip==195.37.77.110) & !(proxy_authorize( "iptel.org" /* realm */, "subscriber" /* table name */ ))) { - # see comments bellow on these ACK/CANCEL exceptions + # see comments below on these ACK/CANCEL exceptions if (method=="ACK" ) { log("failed outbound authentication for ACK granted"); } else if (method=="CANCEL") {