[interchange-cvs] interchange - jon modified lib/Vend/SessionFile.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Dec 3 12:04:36 EST 2003


User:      jon
Date:      2003-12-03 17:04:36 GMT
Modified:  lib/Vend SessionFile.pm
Log:
Fix misspelling.

Revision  Changes    Path
2.4       +3 -3      interchange/lib/Vend/SessionFile.pm


rev 2.4, prev_rev 2.3
Index: SessionFile.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SessionFile.pm,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -u -r2.3 -r2.4
--- SessionFile.pm	19 Jun 2003 18:18:02 -0000	2.3
+++ SessionFile.pm	3 Dec 2003 17:04:36 -0000	2.4
@@ -1,6 +1,6 @@
 # Vend::SessionFile - Stores Interchange session information in files
 #
-# $Id: SessionFile.pm,v 2.3 2003/06/19 18:18:02 jon Exp $
+# $Id: SessionFile.pm,v 2.4 2003/12/03 17:04:36 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -29,7 +29,7 @@
 use Vend::Util;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.3 $, 10);
+$VERSION = substr(q$Revision: 2.4 $, 10);
 
 my $SessionDir;
 my $CommDir;
@@ -102,7 +102,7 @@
 }
 
 sub EXISTS {
-#::logDebug("check existance $_[1]");
+#::logDebug("check existence $_[1]");
 	return Vend::Util::exists_filename($_[1], 2, 1, $SessionDir);
 }
 








More information about the interchange-cvs mailing list