From 82b6ba976fc679d4079abbe6d4e8ecc17cdc5ce6 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 20 Dec 2017 12:14:54 -0500 Subject: Fix Common Typo's. Fix instances of: * Retreive * Recieve * other then * different then * Repeated words ("the the", "an an", "and and", etc). * othterwise, teh ASTERISK-24198 #close Change-Id: I3809a9c113b92fd9d0d9f9bac98e9c66dc8b2d31 --- channels/chan_mgcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/chan_mgcp.c') diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c index f3fe538a0..e8c2293cf 100644 --- a/channels/chan_mgcp.c +++ b/channels/chan_mgcp.c @@ -392,7 +392,7 @@ struct mgcp_endpoint { /* struct ast_channel *owner; */ /* struct ast_rtp *rtp; */ /* struct sockaddr_in tmpdest; */ - /* message go the the endpoint and not the channel so they stay here */ + /* message go the endpoint and not the channel so they stay here */ struct ast_variable *chanvars; /*!< Variables to set for channel created by user */ struct mgcp_endpoint *next; struct mgcp_gateway *parent; -- cgit v1.2.3