From c613897d1c0b7696f34fdd88ef473d7d63a53764 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen 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: https://origsvn.digium.com/svn/asterisk/trunk@273641 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_misdn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'channels/chan_misdn.c') diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c index 082373d97..cddfd65cc 100644 --- a/channels/chan_misdn.c +++ b/channels/chan_misdn.c @@ -2363,7 +2363,7 @@ static void misdn_PartyNumber_fill(struct FacPartyNumber *party, const struct mi party->TypeOfNumber = misdn_to_PartyNumber_ton_private(id->number_type); break; default: - party->TypeOfNumber = 0;/* Dont't care */ + party->TypeOfNumber = 0;/* Don't care */ break; } } @@ -10903,9 +10903,9 @@ static int load_module(void) " a - Have Asterisk detect DTMF tones on called channel\n" " c - Make crypted outgoing call, optarg is keyindex\n" " d - Send display text to called phone, text is the optarg\n" - " e - Perform echo cancelation on this channel,\n" + " e - Perform echo cancellation on this channel,\n" " takes taps as optarg (32,64,128,256)\n" - " e! - Disable echo cancelation on this channel\n" + " e! - Disable echo cancellation on this channel\n" " f - Enable fax detection\n" " h - Make digital outgoing call\n" " h1 - Make HDLC mode digital outgoing call\n" -- cgit v1.2.3