summaryrefslogtreecommitdiff
path: root/support/latexdiff/contrib/latexdiff-wrap
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexdiff/contrib/latexdiff-wrap')
-rwxr-xr-xsupport/latexdiff/contrib/latexdiff-wrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/latexdiff/contrib/latexdiff-wrap b/support/latexdiff/contrib/latexdiff-wrap
index 894b424de3..ed569d6095 100755
--- a/support/latexdiff/contrib/latexdiff-wrap
+++ b/support/latexdiff/contrib/latexdiff-wrap
@@ -3,7 +3,7 @@
# latexdiff-wrap
#
# Wrapper for latexdiff, to
-# * provide support for documents consiting of more than 1 latex file
+# * provide support for documents consisting of more than 1 latex file
# * provide my common arguments
#
# Copyright (C) by Volker Kuhlmann <VolkerKuhlmann@gmx.de>
@@ -174,7 +174,7 @@ while [ $# -gt 0 ]; do
)
else
# Delete file, to make sure it's not clobbered by redirecting stdout
- # in case it's a symlink to te original.
+ # in case it's a symlink to the original.
test -f "$diffdir/$file" && (set -x
rm "$diffdir/$file"
)