summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-24 13:01:57 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-24 13:01:57 +0000
commit45c8dc5912727cf8dd2044a5cd650fe88c960de1 (patch)
treea8555d556355a6d7203aa01f8f69a5ff55c73732 /Build/source/texk
parent6b03fdfcfaa7cd5a48c2e4a0b00d0497ac91b52f (diff)
texk/dvipdfm-x: Support to output a unique pdf from a unique xdv/dvi file.
git-svn-id: svn://tug.org/texlive/trunk@39847 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/dvipdfm-x/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog
index ba4742f1ee5..60050a2bf40 100644
--- a/Build/source/texk/dvipdfm-x/ChangeLog
+++ b/Build/source/texk/dvipdfm-x/ChangeLog
@@ -4,7 +4,7 @@
a unique pdf file from a unique xdv/dvi file. If an environment
variable SOURCE_DATE_EPOCH is defined correctly like
SOURCE_DATE_EPOCH=1456304783, the value is used as the current time,
- and if the name of the output pdf file is the same, its contents is
+ and if the name of the output pdf file is the same, its content is
exactly unique.
2016-02-23 Masamichi HOSODA <trueroad@trueroad.jp>