From 870edb68357776ee7261da90bbcbe43ab50008e4 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Tue, 3 Jan 2012 00:53:05 +0000 Subject: omfonts.c: fix a typo. git-svn-id: svn://tug.org/texlive/trunk@25014 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/omegafonts/ChangeLog | 4 ++++ Build/source/texk/web2c/omegafonts/omfonts.c | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'Build/source/texk/web2c/omegafonts') 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 + + * omfonts.c: fix a typo (omfomts ---> omfonts). + 2011-12-20 Peter Breitenlohner * 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; -- cgit v1.2.3