summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
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 /channels/chan_iax2.c
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 'channels/chan_iax2.c')
-rw-r--r--channels/chan_iax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index e27cc14c6..84a72c850 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -2871,7 +2871,7 @@ static int create_callno_pools(void)
* \brief Schedules delayed removal of iax2_pvt call number data
*
* \note After MIN_REUSE_TIME has passed for a destroyed iax2_pvt, the callno is
- * avaliable again, and the address from the previous connection must be decremented
+ * available again, and the address from the previous connection must be decremented
* from the peercnts table. This function schedules these operations to take place.
*/
static void sched_delay_remove(struct ast_sockaddr *addr, callno_entry entry)