summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index d92e981de..596501ba6 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");