Module: kamailio
Branch: master
Commit: 1ff60247a2996b9478e0611f99e9b825e22cb6ab
URL:
https://github.com/kamailio/kamailio/commit/1ff60247a2996b9478e0611f99e9b82…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-10-05T21:41:33+02:00
misc: small spelling fix (bellow -> below)
---
Modified: misc/examples/obsoleted/test.cfg
---
Diff:
https://github.com/kamailio/kamailio/commit/1ff60247a2996b9478e0611f99e9b82…
Patch:
https://github.com/kamailio/kamailio/commit/1ff60247a2996b9478e0611f99e9b82…
---
diff --git a/misc/examples/obsoleted/test.cfg b/misc/examples/obsoleted/test.cfg
index 45af10601e..b35c9b243b 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") {