From ad3558498fac962fed1ece5d109cd58c7733ac53 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Wed, 16 Feb 2005 01:05:08 +0000
Subject: [PATCH] fix little typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_math.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <sys/file.h>
 #include "../astconf.h"
 
-static char *tdesc = "Basic maths functions";
+static char *tdesc = "Basic Math Functions";
 
 static char *app_math = "Math";
 
-- 
GitLab