Преглед изворни кода

Add comma between function names and fix typo.

Maxim Sobolev пре 17 година
родитељ
комит
cecd051fae
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      modules_s/nathelper/doc/functions.xml

+ 3 - 3
modules_s/nathelper/doc/functions.xml

@@ -235,13 +235,13 @@ $c2 = @nathelper.rewrite_contact[1].nameaddr.uri;
 
     <section id="rtpproxy_stream2xxx">
         <title>
-            <function>rtpproxy_stream2uac(prompt_name, count)</function>
+            <function>rtpproxy_stream2uac(prompt_name, count)</function>,
             <function>rtpproxy_stream2uas(prompt_name, count)</function>
         </title>
         <para>
             Instruct the RTPproxy to stream prompt/announcement pre-encoded with
             the makeann command from the RTPproxy distribution. The uac/uas
-            suffix selects who will hear the announcement relatively to tha current
+            suffix selects who will hear the announcement relatively to the current
             transaction - UAC or UAS. For example invoking the
             <function>rtpproxy_stream2uac</function> in the request processing
             block on ACK transaction will play the prompt to the UA that has
@@ -300,7 +300,7 @@ $c2 = @nathelper.rewrite_contact[1].nameaddr.uri;
 
     <section id="rtpproxy_stop_stream2xxx">
         <title>
-            <function>rtpproxy_stop_stream2uac()</function>
+            <function>rtpproxy_stop_stream2uac()</function>,
             <function>rtpproxy_stop_stream2uas()</function>
         </title>
         <para>