summaryrefslogtreecommitdiff
path: root/main
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 /main
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 'main')
-rw-r--r--main/channel.c2
-rw-r--r--main/rtp_engine.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/channel.c b/main/channel.c
index d1643658e..d669baf85 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -5626,7 +5626,7 @@ struct ast_channel *ast_call_forward(struct ast_channel *caller, struct ast_chan
ast_channel_accountcode_set(new_chan, oh->account);
ast_channel_unlock(new_chan);
}
- } else if (caller) { /* no outgoing helper so use caller if avaliable */
+ } else if (caller) { /* no outgoing helper so use caller if available */
call_forward_inherit(new_chan, caller, orig);
}
ast_set_flag(ast_channel_flags(new_chan), AST_FLAG_ORIGINATED);
diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index c63bab0ea..82fb3b2be 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -1610,7 +1610,7 @@ static void add_static_payload(int map, const struct ast_format *format, int rtp
}
if (map < 0) {
- ast_log(LOG_WARNING, "No Dynamic RTP mapping avaliable for format %s\n" ,ast_getformatname(format));
+ ast_log(LOG_WARNING, "No Dynamic RTP mapping available for format %s\n" ,ast_getformatname(format));
ast_rwlock_unlock(&static_RTP_PT_lock);
return;
}