aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-09 21:08:19 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-09 21:08:19 +0000
commitfe9d0323e9acab25202eda9d080a5b978b441f71 (patch)
tree0dd3c2aee5319a5f96f66ba4e3df433e30f43d1b
parentc95fd50a9157b8d037428279c832f1ba0d746739 (diff)
Fix spelling of unavailable in voicemail documentation. (issue #9248 reported by tensai)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58604 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 91a31e2de..c37467900 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -445,7 +445,7 @@ static char *descrip_vm =
" message. The units are whole-number decibels (dB).\n"
" s - Skip the playback of instructions for leaving a message to the\n"
" calling party.\n"
-" u - Play the 'unavailble greeting.\n"
+" u - Play the 'unavailable greeting.\n"
" j - Jump to priority n+101 if the mailbox is not found or some other\n"
" error occurs.\n";