diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-02-10 03:08:17 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-02-10 03:08:17 +0000 |
commit | d899762235b409b0c10ab8045f4b6357f4d0d585 (patch) | |
tree | e0779d28032646e345c5ad75c8820ee0fce59c32 /Build/source/texk | |
parent | 15c264120b8e88a6256f03d5bac082edcb619417 (diff) |
dvipdfm-x: typo
git-svn-id: svn://tug.org/texlive/trunk@49990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/dvipdfm-x/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipdfm-x/cidtype0.c | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipdfm-x/cidtype2.c | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index f8ac949e2fe..d0204887647 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -1,3 +1,7 @@ +2019-02-10 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * cidtype0.c, cidtype2.c: Fix typo. + 2019-01-27 Shunsaku Hirata <shunsaku.hirata74@gmail.com> * spc_pdfm.c: Supress warning on tounicode special. diff --git a/Build/source/texk/dvipdfm-x/cidtype0.c b/Build/source/texk/dvipdfm-x/cidtype0.c index 648cb1757af..14a8c39b9a5 100644 --- a/Build/source/texk/dvipdfm-x/cidtype0.c +++ b/Build/source/texk/dvipdfm-x/cidtype0.c @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2007-2018 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2007-2019 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. This program is free software; you can redistribute it and/or modify @@ -920,7 +920,7 @@ CIDFont_type0_open (CIDFont *font, const char *name, ERROR("Inconsistent CMap specified for this font."); } if (csi->supplement < cmap_csi->supplement) { - WARN("CMap have higher supplmement number."); + WARN("CMap have higher supplement number."); WARN("Some characters may not be displayed or printed."); } } diff --git a/Build/source/texk/dvipdfm-x/cidtype2.c b/Build/source/texk/dvipdfm-x/cidtype2.c index 90c360275a3..2ffad5f9af5 100644 --- a/Build/source/texk/dvipdfm-x/cidtype2.c +++ b/Build/source/texk/dvipdfm-x/cidtype2.c @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2018 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2019 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. This program is free software; you can redistribute it and/or modify @@ -1050,7 +1050,7 @@ CIDFont_type2_open (CIDFont *font, const char *name, ERROR("Incompatible CMap specified for this font."); } if (opt->csi->supplement < cmap_csi->supplement) { - WARN("Supplmement value in CIDSystemInfo increased."); + WARN("Supplement value in CIDSystemInfo increased."); WARN("Some characters may not shown."); opt->csi->supplement = cmap_csi->supplement; } |