X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsimple-closure.cc;h=7c46c0198b728fbbdd83c7cd226f43885def37e7;hb=93b7a6ff072d73dcdd41da59cd18da8aa8d8e8cb;hp=ddf39efdcfe9dfdb085e6de4be99fd15d5ca1d35;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/simple-closure.cc b/lily/simple-closure.cc index ddf39efdcf..7c46c0198b 100644 --- a/lily/simple-closure.cc +++ b/lily/simple-closure.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2010 Han-Wen Nienhuys + Copyright (C) 2005--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -104,7 +104,7 @@ LY_DEFINE (ly_simple_closure_p, "ly:simple-closure?", LY_DEFINE (ly_make_simple_closure, "ly:make-simple-closure", 1, 0, 0, (SCM expr), "Make a simple closure. @var{expr} should be form of" - " @code{(@var{func} @var{a1} @var{A2} @dots{})}, and will be" + " @code{(@var{func} @var{a1} @var{a2} @dots{})}, and will be" " invoked as @code{(@var{func} @var{delayed-arg} @var{a1}" " @var{a2} @dots{})}.") {