X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fopen-type-font-scheme.cc;h=8132e92375b601f0397b6c76af3eac09b990573b;hb=6af4c7db17a78fa1b8a0e8f59190135101ad95ce;hp=7fdecf38bfda690c13ae0bb48ce9217699fa09e5;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/open-type-font-scheme.cc b/lily/open-type-font-scheme.cc index 7fdecf38bf..8132e92375 100644 --- a/lily/open-type-font-scheme.cc +++ b/lily/open-type-font-scheme.cc @@ -88,7 +88,7 @@ LY_DEFINE (ly_otf_font_p, "ly:otf-font?", 1, 0, 0, LY_DEFINE (ly_otf_glyph_count, "ly:otf-glyph-count", 1, 0, 0, (SCM font), - "Return the the number of glyphs in @var{font}.") + "Return the number of glyphs in @var{font}.") { Modified_font_metric *fm = dynamic_cast (unsmob_metrics (font));