From 041c6da20c5ca3f06ec7c94dd5695f1580046a60 Mon Sep 17 00:00:00 2001 From: dbrooks Date: Thu, 30 Jul 2009 16:07:05 +0000 Subject: Fixes numerous spelling errors. Patch submitted by alecdavis. (closes issue #15595) Reported by: alecdavis git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209554 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_dahdi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'channels/chan_dahdi.c') diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index e3ec010e8..9bc91024c 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -1041,7 +1041,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]; @@ -1609,7 +1609,7 @@ static int my_get_callerid(void *pvt, char *namebuf, char *numbuf, enum analog_e /*** NOTES ***/ /* Change API: remove cid_signalling from get_callerid, add a new start_cid_detect and stop_cid_detect function * to enable slin mode and allocate cid detector. get_callerid should be able to be called any number of times until - * either a timeout occurss or CID is detected (returns 0). returning 1 should be event received, and -1 should be + * either a timeout occurs or CID is detected (returns 0). returning 1 should be event received, and -1 should be * a failure and die, and returning 2 means no event was received. */ res = read(p->subs[index].dfd, buf, sizeof(buf)); if (res < 0) { @@ -7092,7 +7092,7 @@ winkflashdone: 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: -- cgit v1.2.3