[Freeswitch-svn] [commit] r11947 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta

FreeSWITCH SVN mikej at freeswitch.org
Thu Feb 12 13:12:25 PST 2009


Author: mikej
Date: Thu Feb 12 15:12:25 2009
New Revision: 11947

Log:
Wed Feb 11 15:10:34 CST 2009  Pekka Pessi <first.last at nokia.com>
  * nta.c: fixed nta_agent_add_tport() documentation



Modified:
   freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c

Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c	(original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c	Thu Feb 12 15:12:25 2009
@@ -2086,7 +2086,7 @@
  * and how they are preferred. If no protocol is specified, both UDP and TCP
  * are used for SIP URL and TLS for SIPS URL. The preference can be
  * indicated with a comma-separated list of transports, for instance,
- * parameter @code transport=tcp,udp @endocde indicates that TCP is
+ * parameter @code transport=tcp,udp @endcode indicates that TCP is
  * preferred to UDP.
  *
  * The "maddr" parameter determines to which address the stack binds in
@@ -2095,7 +2095,7 @@
  * are created. [::] means that only IPv6 sockets are created.
  *
  * The "comp" parameter determines the supported compression protocol.
- * Currently only sigcomp is supported (with suitable library.
+ * Currently only sigcomp is supported (with suitable library).
  *
  * @par Examples:
  * @code sip:172.21.40.24;maddr=* @endcode \n



More information about the Freeswitch-svn mailing list