diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 21:49:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 21:49:32 (GMT) |
commit | 7eb4b7d177adae5b5d0aefa6f54170b3967b2473 (patch) | |
tree | 9006926c7dc6c5ca522c2fdbf055a40f88fad2b1 /Doc/perl | |
parent | 08c02dbb85a8eebe3395658260dec36dd4169381 (diff) | |
download | cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.zip cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.gz cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.bz2 |
Fix all wrong instances of "it's".
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/l2hinit.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index e27f238..89deed0 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -98,7 +98,7 @@ sub custom_driver_hook { $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'}) { |