From f815970cd0354afc6bc581bf1cde4dd570bb1ffa Mon Sep 17 00:00:00 2001 From: reuter Date: Thu, 17 Jul 2003 23:19:20 +0000 Subject: [PATCH] * lily/all-font-metrics.cc: fixed typo --- ChangeLog | 4 ++++ lily/all-font-metrics.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4516704c7f..932ac88fbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-18 Juergen Reuter + + * lily/all-font-metrics.cc: fixed typo + 2003-07-18 Heikki Junes * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, diff --git a/lily/all-font-metrics.cc b/lily/all-font-metrics.cc index 219b1643c8..5d0d61d607 100644 --- a/lily/all-font-metrics.cc +++ b/lily/all-font-metrics.cc @@ -101,7 +101,7 @@ All_font_metrics::find_afm (String name) s += "\n"; s += _ (" Rebuild all .afm files, and remove all .pk and .tfm files. Rerun with -V to show font paths."); s += _("A script for removing font-files is delivered with the source-code,\n" - "in buildscripts/clean-fonts.sh") + "in buildscripts/clean-fonts.sh"); error (s); } } -- 2.39.5