[Asterisk-cvs] asterisk/apps app_math.c,1.4,1.5

russell at lists.digium.com russell at lists.digium.com
Tue Feb 15 19:05:46 CST 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv15389/apps

Modified Files:
	app_math.c 
Log Message:
fix little typo


Index: app_math.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_math.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- app_math.c	21 Jan 2005 07:06:24 -0000	1.4
+++ app_math.c	16 Feb 2005 01:05:08 -0000	1.5
@@ -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";
 




More information about the svn-commits mailing list