Parcourir la source

typo fixed (thanks alex)

Jiri Kuthan il y a 22 ans
Parent
commit
8d50058f4a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 # if requests URI is numerical and starts with
 # zero, forward statelessly to a static destination
 # 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 );
     forward( 192.168.99.3, 5080 );
 } 
 } 
 		</programlisting>
 		</programlisting>