浏览代码

typo fixed (thanks alex)

Jiri Kuthan 22 年之前
父节点
当前提交
8d50058f4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>