Browse Source

misc: small spelling fix (bellow -> below)

Henning Westerholt 6 years ago
parent
commit
1ff60247a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/examples/obsoleted/test.cfg

+ 1 - 1
misc/examples/obsoleted/test.cfg

@@ -230,7 +230,7 @@ route[2] {
 		if (!(src_ip==195.37.77.110) & 
 		if (!(src_ip==195.37.77.110) & 
 			!(proxy_authorize(	"iptel.org" /* realm */,
 			!(proxy_authorize(	"iptel.org" /* realm */,
 							"subscriber" /* table name */ ))) {
 							"subscriber" /* table name */ ))) {
-			# see comments bellow on these ACK/CANCEL exceptions
+			# see comments below on these ACK/CANCEL exceptions
 			if (method=="ACK" ) {
 			if (method=="ACK" ) {
 				log("failed outbound authentication for ACK granted");
 				log("failed outbound authentication for ACK granted");
 			} else if (method=="CANCEL") {
 			} else if (method=="CANCEL") {