[Asterisk-cvs] asterisk pbx.c,1.63,1.64

martinp at lists.digium.com martinp at lists.digium.com
Mon Nov 3 17:49:52 CST 2003


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

Modified Files:
	pbx.c 
Log Message:
Fix a typo


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- pbx.c	26 Oct 2003 23:08:21 -0000	1.63
+++ pbx.c	4 Nov 2003 00:16:01 -0000	1.64
@@ -299,7 +299,7 @@
 
 	{ "SetGlobalVar", pbx_builtin_setglobalvar,
 "Set variable to value",
-"  Setvar(#n=value): Sets global variable n to value" },
+"  SetGlobalVar(#n=value): Sets global variable n to value" },
 
 	{ "SetLanguage", pbx_builtin_setlanguage,
 "Sets user language",




More information about the svn-commits mailing list