summaryrefslogtreecommitdiff
path: root/apps/app_math.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-02-16 01:05:08 +0000
committerRussell Bryant <russell@russellbryant.com>2005-02-16 01:05:08 +0000
commitad3558498fac962fed1ece5d109cd58c7733ac53 (patch)
treeca891d6a0aef134cf30f143577447f23d5acb30b /apps/app_math.c
parent73a38e14d38524d5e7d4daf72377e784a0795d68 (diff)
fix little typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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";