From: Jason Parker Date: Fri, 7 Dec 2007 16:37:36 +0000 (+0000) Subject: Fix a small typo in a comment. X-Git-Tag: 1.6.0-beta1~3^2~501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a214f02b32a873ba30085da96d1445301079d1d8;p=thirdparty%2Fasterisk.git Fix a small typo in a comment. Closes issue #11490 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91782 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index d92e981def..596501ba63 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -10525,7 +10525,7 @@ static enum check_auth_result check_user_full(struct sip_pvt *p, struct sip_requ * Auth header's username instead of the 'From' name, if available. * Do not enable this block unless you understand the side effects (if any!) * Note, the search for "username" should be done in a more robust way. - * Note2, at the moment we chech both fields, though maybe we should + * Note2, at the moment we check both fields, though maybe we should * pick one or another depending on the request ? XXX */ const char *hdr = get_header(req, "Authorization");