summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2013-12-17 23:38:02 +0000
committerRusty Newton <rnewton@digium.com>2013-12-17 23:38:02 +0000
commitf7c60b8fb6580ef84deb1014b95dfe11edb31eab (patch)
tree40b9ea215cfb64667c0646dae812b9a4960d6b19 /apps
parentb0bb03e916da4b4a37aa65b694e3aa1cecee8648 (diff)
Several components: fixing Typos in comments and code, "avaliable" instead of "available"
(issue ASTERISK-23021) (closes issue ASTERISK-23021) Reported by: Jeremy Lainé Tested by: Rusty Newton Patches: available.patch uploaded by Jeremy Lainé (license 6561) ........ Merged revisions 404046 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@404047 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_chanspy.c2
-rw-r--r--apps/app_mixmonitor.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index 061fa261d..bfe97a0d7 100644
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -372,7 +372,7 @@ enum {
OPTION_NAME = (1 << 12), /* Say the name of the person on whom we will spy */
OPTION_DTMF_SWITCH_MODES = (1 << 13), /* Allow numeric DTMF to switch between chanspy modes */
OPTION_DTMF_EXIT = (1 << 14), /* Set DTMF to exit, added for DAHDIScan integration */
- OPTION_DTMF_CYCLE = (1 << 15), /* Custom DTMF for cycling next avaliable channel, (default is '*') */
+ OPTION_DTMF_CYCLE = (1 << 15), /* Custom DTMF for cycling next available channel, (default is '*') */
OPTION_DAHDI_SCAN = (1 << 16), /* Scan groups in DAHDIScan mode */
OPTION_STOP = (1 << 17),
OPTION_EXITONHANGUP = (1 << 18), /* Hang up when the spied-on channel hangs up. */
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index e22c8b0ea..4fe629dce 100644
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -1101,7 +1101,7 @@ static int stop_mixmonitor_full(struct ast_channel *chan, const char *data)
ast_mutex_lock(&mixmonitor_ds->lock);
- /* closing the filestream here guarantees the file is avaliable to the dialplan
+ /* closing the filestream here guarantees the file is available to the dialplan
* after calling StopMixMonitor */
mixmonitor_ds_close_fs(mixmonitor_ds);