From 40c0cfaff8b94532901f9d32cf776eeb5dc5c3e6 Mon Sep 17 00:00:00 2001 From: David Brooks Date: Thu, 30 Jul 2009 16:37:50 +0000 Subject: [PATCH] Merged revisions 209554 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r209554 | dbrooks | 2009-07-30 11:07:05 -0500 (Thu, 30 Jul 2009) | 6 lines Fixes numerous spelling errors. Patch submitted by alecdavis. (closes issue #15595) Reported by: alecdavis ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@209587 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_dahdi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 6a1c8a7b61..9adebfed6c 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -828,7 +828,7 @@ static struct dahdi_pvt { */ char mohinterpret[MAX_MUSICCLASS]; /*! - * \brief Sugggested music-on-hold class for peer channel to use for calls. + * \brief Suggested music-on-hold class for peer channel to use for calls. * \note The "mohsuggest" string read in from chan_dahdi.conf */ char mohsuggest[MAX_MUSICCLASS]; @@ -5417,7 +5417,7 @@ static struct ast_frame *dahdi_handle_event(struct ast_channel *ast) p->dop.dialstr[0] = '\0'; break; default: - ast_log(LOG_WARNING, "Don't know how to handle ring/off hoook for signalling %d\n", p->sig); + ast_log(LOG_WARNING, "Don't know how to handle ring/off hook for signalling %d\n", p->sig); } break; case DAHDI_EVENT_HOOKCOMPLETE: