[interchange-cvs] interchange - racke modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Nov 21 15:39:57 EST 2005


User:      racke
Date:      2005-11-21 20:39:57 GMT
Modified:  lib/Vend Tag: STABLE_5_4-branch Interpolate.pm
Log:
fixed typo

Revision  Changes    Path
No                   revision



No                   revision



2.261.2.1 +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.261.2.1, prev_rev 2.261
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.261
retrieving revision 2.261.2.1
diff -u -r2.261 -r2.261.2.1
--- Interpolate.pm	8 Nov 2005 01:39:37 -0000	2.261
+++ Interpolate.pm	21 Nov 2005 20:39:56 -0000	2.261.2.1
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.261 2005/11/08 01:39:37 mheins Exp $
+# $Id: Interpolate.pm,v 2.261.2.1 2005/11/21 20:39:56 racke Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.261 $, 10);
+$VERSION = substr(q$Revision: 2.261.2.1 $, 10);
 
 @EXPORT = qw (
 
@@ -4949,7 +4949,7 @@
 	my ($item, $price) = @_;
 
 	unless (ref $item) {
-		::logError("Bad call to disount price, item is not reference: %s", $item);
+		::logError("Bad call to discount price, item is not reference: %s", $item);
 		return 0;
 	}
 








More information about the interchange-cvs mailing list