summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-08 21:00:08 +0000
committerKarl Berry <karl@freefriends.org>2023-01-08 21:00:08 +0000
commite4621b29db9e3e1eb149a279787e0a1a00621c25 (patch)
tree0c645b94cc50202172df471d954b6fd40667cf61 /Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm
parent1145a6875066d3fab5e3bed3817c2ce5213a31c4 (diff)
latexindent (7jan23)
git-svn-id: svn://tug.org/texlive/trunk@65494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm')
-rw-r--r--Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm
index cd6ec912c3b..809aa71d2d5 100644
--- a/Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm
+++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/LogFile.pm
@@ -131,7 +131,7 @@ ENDQUOTE
# if cruft directory does not exist
if ( !( -d ${$self}{cruftDirectory} ) ) {
$logger->fatal("*Could not find directory ${$self}{cruftDirectory}");
- $logger->fatal("Exiting, no indendation done.");
+ $logger->fatal("Exiting, no indentation done.");
$self->output_logfile();
exit(6);
}
@@ -238,7 +238,7 @@ ENDQUOTE
if ( ( scalar @fileNames > 1 ) and $switches{outputToFile} and ( $switches{outputToFile} !~ m/^h*\+/ ) ) {
$logger->warn("*-o switch specified as single file, but multiple files given as input");
$logger->warn("ignoring your specification -o $switches{outputToFile}");
- $logger->warn("perhaps you migh specify it using, for example, -o=++ or -o=+myoutput");
+ $logger->warn("perhaps you might specify it using, for example, -o=++ or -o=+myoutput");
$switches{outputToFile} = 0;
}