[Python-checkins] python/dist/src/Doc/perl l2hinit.perl, 1.87, 1.87.2.1

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 23:49:21 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21442/Doc/perl

Modified Files:
      Tag: release24-maint
	l2hinit.perl 
Log Message:
Fix all wrong instances of "it's".



Index: l2hinit.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/l2hinit.perl,v
retrieving revision 1.87
retrieving revision 1.87.2.1
diff -u -d -r1.87 -r1.87.2.1
--- l2hinit.perl	10 Nov 2004 07:48:17 -0000	1.87
+++ l2hinit.perl	22 Jul 2005 21:48:49 -0000	1.87.2.1
@@ -98,7 +98,7 @@
     $dir =~ s/$dd$//;
     $TEXINPUTS = "$dir$envkey$mytexinputs";
     # Push everything into $TEXINPUTS since LaTeX2HTML doesn't pick
-    # this up on it's own; we clear $ENV{'TEXINPUTS'} so the value set
+    # this up on its own; we clear $ENV{'TEXINPUTS'} so the value set
     # for this by the main LaTeX2HTML script doesn't contain duplicate
     # directories.
     if ($ENV{'TEXINPUTS'}) {



More information about the Python-checkins mailing list