summaryrefslogtreecommitdiff
path: root/apps/app_disa.c
diff options
context:
space:
mode:
authorNorth Antara <north@ntbox.com>2006-07-15 21:56:58 +0000
committerNorth Antara <north@ntbox.com>2006-07-15 21:56:58 +0000
commit2da3b12c512e6575774fc2a5541914ebd5325e84 (patch)
tree92ccc0df43fa1901c4d1ed7fe505b18ca0faa944 /apps/app_disa.c
parent9947a0591eaabd610661fb0acaffe8e75a1113c5 (diff)
case consistency in DISA (or is it "disa"?)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_disa.c')
-rw-r--r--apps/app_disa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_disa.c b/apps/app_disa.c
index c8301f678..12019acbd 100644
--- a/apps/app_disa.c
+++ b/apps/app_disa.c
@@ -54,7 +54,7 @@ static char *app = "DISA";
static char *synopsis = "DISA (Direct Inward System Access)";
static char *descrip =
- "DISA(<numeric passcode>[|<context>]) or disa(<filename>)\n"
+ "DISA(<numeric passcode>[|<context>]) or DISA(<filename>)\n"
"The DISA, Direct Inward System Access, application allows someone from \n"
"outside the telephone switch (PBX) to obtain an \"internal\" system \n"
"dialtone and to place calls from it as if they were placing a call from \n"
@@ -133,7 +133,7 @@ static int disa_exec(struct ast_channel *chan, void *data)
);
if (ast_strlen_zero(data)) {
- ast_log(LOG_WARNING, "disa requires an argument (passcode/passcode file)\n");
+ ast_log(LOG_WARNING, "DISA requires an argument (passcode/passcode file)\n");
return -1;
}