aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 16:07:05 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 16:07:05 +0000
commit041c6da20c5ca3f06ec7c94dd5695f1580046a60 (patch)
tree1188760a4781522b2f720af228f1a3b4c19106b9 /channels
parent9674bf7689b20ba1fc73d9d934e4659f3dee2328 (diff)
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
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_console.c2
-rw-r--r--channels/chan_dahdi.c6
-rw-r--r--channels/sig_pri.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c
index 836895ac0..4be7f92aa 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -1372,7 +1372,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 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:
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 7cb38884b..e3ef06dc1 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -132,7 +132,7 @@ struct sig_pri_chan {
char rdnis[AST_MAX_EXTENSION];
char dnid[AST_MAX_EXTENSION];
char exten[AST_MAX_EXTENSION];
- int callingpres; /*!< The value of callling presentation that we're going to use when placing a PRI call */
+ int callingpres; /*!< The value of calling presentation that we're going to use when placing a PRI call */
char lastcid_num[AST_MAX_EXTENSION];
char lastcid_name[AST_MAX_EXTENSION];