aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_math.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-16 01:05:08 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-16 01:05:08 +0000
commit319277d60b92bd74aa213a02824b08ee36450628 (patch)
treeca891d6a0aef134cf30f143577447f23d5acb30b /apps/app_math.c
parent99c0247355afd1bef7db981a3759e26ca24ea327 (diff)
fix little typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5033 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_math.c')
-rwxr-xr-xapps/app_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_math.c b/apps/app_math.c
index 95bd8b229..b7578199a 100755
--- a/apps/app_math.c
+++ b/apps/app_math.c
@@ -41,7 +41,7 @@
#include <sys/file.h>
#include "../astconf.h"
-static char *tdesc = "Basic maths functions";
+static char *tdesc = "Basic Math Functions";
static char *app_math = "Math";