]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/all-font-metrics.cc: fixed typo
authorJürgen Reuter <j@web.de>
Thu, 17 Jul 2003 23:19:20 +0000 (23:19 +0000)
committerJürgen Reuter <j@web.de>
Thu, 17 Jul 2003 23:19:20 +0000 (23:19 +0000)
ChangeLog
lily/all-font-metrics.cc

index 4516704c7fc1daa88659c1580efb2f0d7a290dda..932ac88fbfae64bcf5f2cdc5ffae3e9fc152e45d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/all-font-metrics.cc: fixed typo
+
 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
 
        * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
index 219b1643c8f102a33d6e46ba2f2b210363193dbe..5d0d61d60768c9b59d208e9fb54326f7b026a53c 100644 (file)
@@ -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);
            }
        }