[asterisk-commits] seanbright: trunk r356883 - /trunk/include/asterisk/netsock.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Feb 27 08:15:28 CST 2012
Author: seanbright
Date: Mon Feb 27 08:15:24 2012
New Revision: 356883
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=356883
Log:
Correct typo in deprecation comment.
Modified:
trunk/include/asterisk/netsock.h
Modified: trunk/include/asterisk/netsock.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/netsock.h?view=diff&rev=356883&r1=356882&r2=356883
==============================================================================
--- trunk/include/asterisk/netsock.h (original)
+++ trunk/include/asterisk/netsock.h Mon Feb 27 08:15:24 2012
@@ -51,7 +51,7 @@
struct sockaddr_in *sa);
/*!
- * \deprecated Use ast_seq_qos in netsock2.h which propertly handles IPv4 and IPv6
+ * \deprecated Use ast_seq_qos in netsock2.h which properly handles IPv4 and IPv6
* sockets, instead.
*/
int ast_netsock_set_qos(int netsocket, int tos, int cos, const char *desc);
More information about the asterisk-commits
mailing list