From 4d43ba70d1537ee83f1910eeb11a8d246040bb57 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 2 Jul 2010 15:57:02 +0000 Subject: Fix various typos reported by Lintian (Also fix the typos in the comments) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@273641 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_mgcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'channels/chan_mgcp.c') diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c index c153158d5..420bc51a8 100644 --- a/channels/chan_mgcp.c +++ b/channels/chan_mgcp.c @@ -2524,7 +2524,7 @@ static int transmit_modify_request(struct mgcp_subchannel *sub) snprintf(tmp, sizeof(tmp), ", dq-gi:%x", sub->gate->gateid); strncat(local, tmp, sizeof(local) - strlen(local) - 1); } else { - /* we still dont have gateid wait */ + /* we still don't have gateid wait */ return 0; } } @@ -3337,7 +3337,7 @@ static int handle_request(struct mgcp_subchannel *sub, struct mgcp_request *req, mgcp_queue_hangup(sub); } transmit_response(sub, "200", req, "OK"); - /* We dont send NTFY or AUEP to wildcard ep */ + /* We don't send NTFY or AUEP to wildcard ep */ if (strcmp(p->name, p->parent->wcardep) != 0) { transmit_notify_request(sub, ""); /* Audit endpoint. -- cgit v1.2.3