]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a small typo in description in of Voicemail() application.
authorJason Parker <jparker@digium.com>
Tue, 10 Jul 2007 15:37:54 +0000 (15:37 +0000)
committerJason Parker <jparker@digium.com>
Tue, 10 Jul 2007 15:37:54 +0000 (15:37 +0000)
Issue 10170, patch by casper.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@74316 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 070ebcd5e59cb0b2f69c3142e78584e0b84eb309..b292eb2fbbd761c8a209051fdc4c8e12df9ff1fa 100644 (file)
@@ -318,7 +318,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 'unavailable 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";