Prechádzať zdrojové kódy

typo fixed (thanks alex)

Jiri Kuthan 22 rokov pred
rodič
commit
8d50058f4a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>