[interchange-cvs] interchange - heins modified lib/Vend/Payment/iTransact.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Jan 7 10:24:01 2002


User:      heins
Date:      2002-01-07 15:23:27 GMT
Modified:  lib/Vend/Payment iTransact.pm
Log:
	* Fix misspelled month found by Cameron Prince.

Revision  Changes    Path
2.1       +3 -3      interchange/lib/Vend/Payment/iTransact.pm


rev 2.1, prev_rev 2.0
Index: iTransact.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Payment/iTransact.pm,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- iTransact.pm	2001/07/18 02:23:16	2.0
+++ iTransact.pm	2002/01/07 15:23:27	2.1
@@ -1,6 +1,6 @@
 # Vend::Payment::iTransact - Interchange iTransact Support
 #
-# $Id: iTransact.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: iTransact.pm,v 2.1 2002/01/07 15:23:27 mheins Exp $
 #
 # Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -27,7 +27,7 @@
 
 =head1 Interchange iTransact Support
 
-Vend::Payment::iTransact $Revision: 2.0 $
+Vend::Payment::iTransact $Revision: 2.1 $
 
 =head1 SYNOPSIS
 
@@ -243,7 +243,7 @@
 	$actual{mv_credit_card_number} =~ s/\D//g;
 
 	my @month = (qw/January
-				   Febuary
+				   February
 				   March
 				   April
 				   May