From 0f8297a96531c89298d30380eac7d18f8a698e09 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 12 Feb 2009 21:12:25 +0000 Subject: [PATCH] Wed Feb 11 15:10:34 CST 2009 Pekka Pessi * nta.c: fixed nta_agent_add_tport() documentation git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11947 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/libsofia-sip-ua/nta/nta.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c index d6f00c06f2..08a53a4e02 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c @@ -2086,7 +2086,7 @@ static tport_stack_class_t nta_agent_class[1] = * 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 @@ static tport_stack_class_t nta_agent_class[1] = * 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