From c9709eb2b3fec1e89ca3ee81bd18fae5baef471a Mon Sep 17 00:00:00 2001 From: north Date: Sat, 15 Jul 2006 21:56:58 +0000 Subject: case consistency in DISA (or is it "disa"?) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37682 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_disa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/app_disa.c') 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([|]) or disa()\n" + "DISA([|]) or DISA()\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; } -- cgit v1.2.3