Browse Source

typo fixed (thanks alex)

Jiri Kuthan 22 years ago
parent
commit
8d50058f4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/seruser/intro.sgml

+ 1 - 1
doc/seruser/intro.sgml

@@ -63,7 +63,7 @@
 # if requests URI is numerical and starts with
 # zero, forward statelessly to a static destination
 
-if (uri=~"^sip:0[0-9]*@iptel.org) {
+if (uri=~"^sip:0[0-9]*@iptel.org") {
     forward( 192.168.99.3, 5080 );
 } 
 		</programlisting>