aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_page.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 20:25:44 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 20:25:44 +0000
commit18d991564204cdb97899cd41d720be5085c91ec7 (patch)
tree105fa48824c8224b2de39f0e82c3297fc3e4e350 /apps/app_page.c
parent679370bc36aebc6fb89f9263336056e91d958a7d (diff)
Fix small formatting issue, that causes misaligned line
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46347 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_page.c')
-rw-r--r--apps/app_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_page.c b/apps/app_page.c
index 268ded2ab..bb27fde3b 100644
--- a/apps/app_page.c
+++ b/apps/app_page.c
@@ -60,7 +60,7 @@ static const char *page_descrip =
"caller is dumped into the conference as a speaker and the room is\n"
"destroyed when the original caller leaves. Valid options are:\n"
" d - full duplex audio\n"
-" q - quiet, do not play beep to caller\n"
+" q - quiet, do not play beep to caller\n"
" r - record the page into a file (see 'r' for app_meetme)\n";