diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-01-03 00:53:05 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-01-03 00:53:05 +0000 |
commit | 870edb68357776ee7261da90bbcbe43ab50008e4 (patch) | |
tree | 86de2ebef5f0fded722426d7332da3523eb5de54 /Build | |
parent | a9b42a0e31db35b9b824e8ac0a9bd6569f391a4d (diff) |
omfonts.c: fix a typo.
git-svn-id: svn://tug.org/texlive/trunk@25014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegafonts/omfonts.c | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog index a424611a4b3..8099dcb1392 100644 --- a/Build/source/texk/web2c/omegafonts/ChangeLog +++ b/Build/source/texk/web2c/omegafonts/ChangeLog @@ -1,3 +1,7 @@ +2012-01-03 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * omfonts.c: fix a typo (omfomts ---> omfonts). + 2011-12-20 Peter Breitenlohner <peb@mppmu.mpg.de> * font_routines.c (set_select_font): Select the correct MAPFONT. diff --git a/Build/source/texk/web2c/omegafonts/omfonts.c b/Build/source/texk/web2c/omegafonts/omfonts.c index 28a516ada1f..a4035975565 100644 --- a/Build/source/texk/web2c/omegafonts/omfonts.c +++ b/Build/source/texk/web2c/omegafonts/omfonts.c @@ -76,10 +76,10 @@ unsigned length_ovf = 0; const_string name_program; const_string OMFONTSHELP[] = { - "Usage: omfomts -ofm2opl [OPTION]... FILE...", - " omfomts -opl2ofm [OPTION]... FILE...", - " omfomts -ovf2ovp [OPTION]... FILE...", - " omfomts -ovp2ovf [OPTION]... FILE...", + "Usage: omfonts -ofm2opl [OPTION]... FILE...", + " omfonts -opl2ofm [OPTION]... FILE...", + " omfonts -ovf2ovp [OPTION]... FILE...", + " omfonts -ovp2ovf [OPTION]... FILE...", "", "be ofm2opl, opl2ofm, ovf2ovp, or ovp2ovf", NULL @@ -94,7 +94,7 @@ static const_string names_msg[PROG_NUM] = { "This is opl2ofm, Version 2.1", "This is ovf2ovp, Version 2.1", "This is ovp2ovf, Version 2.1", - "This is omfomts, Version 2.1" + "This is omfonts, Version 2.1" }; int no_files=0; |