From: Russell Bryant Date: Thu, 23 Jun 2005 22:00:10 +0000 (+0000) Subject: fix typo in description X-Git-Tag: 1.2.0-beta1~394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6715842fb42508900477ec2db055f30f8decc5e;p=thirdparty%2Fasterisk.git fix typo in description git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5990 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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" ;