Fix all wrong instances of "it's".

This commit is contained in:
Georg Brandl 2005-07-22 21:49:32 +00:00
parent 08c02dbb85
commit 7eb4b7d177
21 changed files with 34 additions and 34 deletions

View file

@ -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'}) {