X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpfb-scheme.cc;h=7fcdc73de5b5ac701eff4f8702fb31e8b1092227;hb=01cdf1ac7e78505f63eae27894fe709ea50c0c96;hp=f22a745ac7d6bcd745533ce2f5ed1acf52844581;hpb=c5a3f0c024f4cb629811cff9eb04abff36e94138;p=lilypond.git diff --git a/lily/pfb-scheme.cc b/lily/pfb-scheme.cc index f22a745ac7..7fcdc73de5 100644 --- a/lily/pfb-scheme.cc +++ b/lily/pfb-scheme.cc @@ -31,8 +31,8 @@ LY_DEFINE (ly_pfb_2_pfa, "ly:pfb->pfa", LY_DEFINE (ly_otf_2_cff, "ly:otf->cff", 1, 0, 0, (SCM otf_file_name), - "Convert the contents of a OTF file to CFF file, returning it as " - " a string.") + "Convert the contents of an OTF file to a CFF file," + " returning it as a string.") { LY_ASSERT_TYPE (scm_is_string, otf_file_name, 1);