[svn-commits] phsultan: branch phsultan/jabberreceive r165432 - /team/phsultan/jabberreceiv...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Dec 18 04:04:29 CST 2008


Author: phsultan
Date: Thu Dec 18 04:04:28 2008
New Revision: 165432

URL: http://svn.digium.com/view/asterisk?view=rev&rev=165432
Log:
Fixed wrong spelling

Modified:
    team/phsultan/jabberreceive/res/res_jabber.c

Modified: team/phsultan/jabberreceive/res/res_jabber.c
URL: http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/res/res_jabber.c?view=diff&rev=165432&r1=165431&r2=165432
==============================================================================
--- team/phsultan/jabberreceive/res/res_jabber.c (original)
+++ team/phsultan/jabberreceive/res/res_jabber.c Thu Dec 18 04:04:28 2008
@@ -1740,10 +1740,10 @@
 	AST_LIST_UNLOCK(&client->messages);
 }
 /*!
- * \briefi handles \verbatim <presence>\endverbatim stanzas.
+ * \brief handles \verbatim <presence>\endverbatim stanzas.
  * \param client the configured XMPP client we use to connect to a XMPP server
  * \param pak ikspak
-*/
+ */
 static void aji_handle_presence(struct aji_client *client, ikspak *pak)
 {
 	int status, priority;




More information about the svn-commits mailing list