[interchange-cvs] interchange - jon modified code/Filter/round.filter

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Nov 14 20:14:14 EST 2007


User:      jon
Date:      2007-11-15 01:14:14 GMT
Modified:  code/Filter round.filter
Log:
Fix typo and s/or/default/.

Revision  Changes    Path
1.4       +2 -2      interchange/code/Filter/round.filter


rev 1.4, prev_rev 1.3
Index: round.filter
===================================================================
RCS file: /var/cvs/interchange/code/Filter/round.filter,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- round.filter	15 Nov 2007 00:58:26 -0000	1.3
+++ round.filter	15 Nov 2007 01:14:14 -0000	1.4
@@ -6,10 +6,10 @@
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  See the LICENSE file for details.
 # 
-# $Id: round.filter,v 1.3 2007/11/15 00:58:26 kwalsh Exp $
+# $Id: round.filter,v 1.4 2007/11/15 01:14:14 jon Exp $
 
 CodeDef round Filter
-CodeDef round Description Round numeric value to the spcified number of decimal places (or 2)
+CodeDef round Description Round numeric value to the specified number of decimal places (default 2)
 CodeDef round Routine <<EOR
 sub {
 	my ($val, undef, $digits) = @_;








More information about the interchange-cvs mailing list