浏览代码

Typos fixed.

Jan Janak 23 年之前
父节点
当前提交
14321fff26
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      doc/serdev/serdev.sgml

+ 7 - 7
doc/serdev/serdev.sgml

@@ -5016,7 +5016,7 @@ int n = RES_ROW_N(res);
 	<title>Basic Modules</title>
 	<title>Basic Modules</title>
 	<section id="auth">
 	<section id="auth">
 	    <title>Digest Authentication</title>
 	    <title>Digest Authentication</title>
-	    <para>The module exports function needed for digest authentication.</para>
+	    <para>The module exports functions needed for digest authentication.</para>
 	    <para>
 	    <para>
 		The module depends on:
 		The module depends on:
 		<itemizedlist>
 		<itemizedlist>
@@ -5274,7 +5274,7 @@ if (!proxy_authorize( "iptel.org", "subscriber" )) {
 			    field. The second parameter specifies if qop parameter
 			    field. The second parameter specifies if qop parameter
 			    (according to rfc2617) should be used or not.
 			    (according to rfc2617) should be used or not.
 			    (Turning off is useful primarly to make UAC happy, which
 			    (Turning off is useful primarly to make UAC happy, which
-			    have a brokn qop implementation, particularly M$ Messenger 4.6).
+			    have a broken qop implementation, particularly M$ Messenger 4.6).
 			</para>
 			</para>
 			<para>
 			<para>
 			    <varname>realm</varname> - Realm string
 			    <varname>realm</varname> - Realm string
@@ -5300,7 +5300,7 @@ if (!proxy_authorize( "iptel.org", "subscriber" )) {
 			    field. The second parameter specifies if qop parameter
 			    field. The second parameter specifies if qop parameter
 			    (according to rfc2617) should be used or not.
 			    (according to rfc2617) should be used or not.
 			    (Turning off is useful primarly to make UAC happy, which
 			    (Turning off is useful primarly to make UAC happy, which
-			    have a brokn qop implementation, particularly M$ Messenger 4.6).
+			    have a broken qop implementation, particularly M$ Messenger 4.6).
 			</para>
 			</para>
 			<para>
 			<para>
 			    <varname>realm</varname> - Realm string
 			    <varname>realm</varname> - Realm string
@@ -5402,7 +5402,7 @@ if (method=="REGISTER" & proxy_authorize("iptel.org", "subscriber" ) {
 			</funcsynopsis>
 			</funcsynopsis>
 			<para>
 			<para>
 			    Checks if the username given in credentials and username in
 			    Checks if the username given in credentials and username in
-			    From header field are equal
+			    From header field are equal.
 			    Call after *_authorize, otherwise an error will be issued.
 			    Call after *_authorize, otherwise an error will be issued.
 			</para>
 			</para>
 			<para>
 			<para>
@@ -6214,7 +6214,7 @@ if (t_newtran()) {
 			<para>
 			<para>
 			    Sends a stateful reply after a transaction has been
 			    Sends a stateful reply after a transaction has been
 			    established; see t_newtran for usage; note: never use
 			    established; see t_newtran for usage; note: never use
-			    t_reply from within reply_route ... always use t_reply_unsafe
+			    t_reply from within reply_route ... always use t_reply_unsafe.
 			</para>
 			</para>
 			<para>
 			<para>
 			    <varname>code</varname> - Code of the response.
 			    <varname>code</varname> - Code of the response.
@@ -6416,7 +6416,7 @@ if (t_newtran()) {
 		    <listitem>
 		    <listitem>
 			<para>
 			<para>
 			    t_replicate should be done more cleanly -- Vias, Routes, etc. should
 			    t_replicate should be done more cleanly -- Vias, Routes, etc. should
-			    be removed from a message prior to replicating it
+			    be removed from a message prior to replicating it.
 			</para>
 			</para>
 		    </listitem>
 		    </listitem>
 		    <listitem>
 		    <listitem>
@@ -6793,7 +6793,7 @@ if (t_newtran()) {
 				<paramdef>float <parameter moreinfo="none">q</parameter></paramdef>
 				<paramdef>float <parameter moreinfo="none">q</parameter></paramdef>
 				<paramdef>str* <parameter moreinfo="none">callid</parameter></paramdef>
 				<paramdef>str* <parameter moreinfo="none">callid</parameter></paramdef>
 				<paramdef>int <parameter moreinfo="none">cseq</parameter></paramdef>
 				<paramdef>int <parameter moreinfo="none">cseq</parameter></paramdef>
-				<paramdef>ucontact_t <parameter moreinfo="none">cont</parameter></paramdef>
+				<paramdef>ucontact_t* <parameter moreinfo="none">cont</parameter></paramdef>
 			    </funcprototype>
 			    </funcprototype>
 			</funcsynopsis>
 			</funcsynopsis>
 			<para>
 			<para>