Skip to content

Commit

Permalink
misc: small spelling fix (bellow -> below)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Oct 5, 2018
1 parent 1015636 commit 1ff6024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/examples/obsoleted/test.cfg
Expand Up @@ -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") {
Expand Down

0 comments on commit 1ff6024

Please sign in to comment.