X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsimple-closure.cc;h=48d2dab57b39d7da2d466cc45ee85c262cfd43ae;hb=cccab99dae25d9f00513d89401e012af138419b5;hp=703345ef7edb7fb22aea6c6dec1c96990a34eba0;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/simple-closure.cc b/lily/simple-closure.cc index 703345ef7e..48d2dab57b 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--2009 Han-Wen Nienhuys + Copyright (C) 2005--2010 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{})}.") {