summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2012-02-27 14:15:24 +0000
committerSean Bright <sean@malleable.com>2012-02-27 14:15:24 +0000
commit0cf8b2b136409e572c0aa33d183951e3c21f7315 (patch)
treec1f7be83adc04212302b217770eedf279a94d126 /include
parent51c24c88a1c3a512164cf1b286f3de2f197f17da (diff)
Correct typo in deprecation comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@356883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/netsock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/netsock.h b/include/asterisk/netsock.h
index efb1955f8..264cbdd62 100644
--- a/include/asterisk/netsock.h
+++ b/include/asterisk/netsock.h
@@ -51,7 +51,7 @@ struct ast_netsock *ast_netsock_find(struct ast_netsock_list *list,
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);