From: Matthew Nicholson Date: Wed, 29 Jul 2009 21:13:42 +0000 (+0000) Subject: Fixed a comment for hfp_parse_clip X-Git-Tag: 11.0.0-beta1~4420 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cff13075f49da551e7e260aa8ec61c974abfdcc;p=thirdparty%2Fasterisk.git Fixed a comment for hfp_parse_clip git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209453 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c index f74bb09cb5..2e3ccdf3dc 100644 --- a/addons/chan_mobile.c +++ b/addons/chan_mobile.c @@ -1938,8 +1938,7 @@ static int hfp_parse_ciev(struct hfp_pvt *hfp, char *buf, int *value) * \param buf the buffer to parse (null terminated) * @note buf will be modified when the CID string is parsed * \return NULL on error (parse error) or a pointer to the caller id - * inforamtion in buf - * success + * information in buf */ static char *hfp_parse_clip(struct hfp_pvt *hfp, char *buf) {