aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 18:51:15 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 18:51:15 +0000
commit30b87c0062b1d65f0d48ff085377c4959af606fc (patch)
tree8b37c823f2e15449bf337a053ea73995f61bd923 /channels
parent02bea3bae42a3838064bbf481306bc33eb6c2f54 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.2@209594 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_console.c2
-rw-r--r--channels/chan_dahdi.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c
index ee26f2195..0dec71e66 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -1379,7 +1379,7 @@ static void destroy_pvts(void)
/*!
* \brief Load the configuration
* \param reload if this was called due to a reload
- * \retval 0 succcess
+ * \retval 0 success
* \retval -1 failure
*/
static int load_config(int reload)
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index e43576e38..5f7d78562 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -983,7 +983,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];
@@ -6456,7 +6456,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: