]> git.donarmstrong.com Git - lilypond.git/commitdiff
Grammar nitpick.
authorDavid Kastrup <dak@gnu.org>
Mon, 26 Sep 2011 08:07:47 +0000 (10:07 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 26 Sep 2011 08:07:47 +0000 (10:07 +0200)
scm/ly-syntax-constructors.scm

index 17736d4d5dd266d36b1ba7c94d4f8ef7e3c7f046..59eaee6d8ecbc927b996580761028943b837b77b 100644 (file)
@@ -49,7 +49,7 @@
        m
        (begin
          (ly:parser-error parser
-                          (format #f (_ "~a function can't return ~a")
+                          (format #f (_ "~a function cannot return ~a")
                                   (type-name pred) m)
                           loc)
          default))))