From: Russell Bryant Date: Wed, 16 Feb 2005 01:05:08 +0000 (+0000) Subject: fix little typo X-Git-Tag: 1.2.0-beta1~1203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad3558498fac962fed1ece5d109cd58c7733ac53;p=thirdparty%2Fasterisk.git fix little typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5033 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_math.c b/apps/app_math.c index 95bd8b2292..b7578199aa 100755 --- a/apps/app_math.c +++ b/apps/app_math.c @@ -41,7 +41,7 @@ #include #include "../astconf.h" -static char *tdesc = "Basic maths functions"; +static char *tdesc = "Basic Math Functions"; static char *app_math = "Math";