From d6715842fb42508900477ec2db055f30f8decc5e Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 23 Jun 2005 22:00:10 +0000 Subject: [PATCH] fix typo in description git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5990 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_txtcidname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_txtcidname.c b/apps/app_txtcidname.c index e357e9a3b2..0a2e430c29 100755 --- a/apps/app_txtcidname.c +++ b/apps/app_txtcidname.c @@ -39,7 +39,7 @@ static char *app = "TXTCIDName"; static char *synopsis = "Lookup caller name from TXT record"; static char *descrip = -" TXTLookup(CallerID): Looks up a Caller Name via DNS and sets\n" +" TXTCIDName(): Looks up a Caller Name via DNS and sets\n" "the variable 'TXTCIDNAME'. TXTCIDName will either be blank\n" "or return the value found in the TXT record in DNS.\n" ;