X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fwarn-scheme.cc;h=cd9efc9ad4014abb410bf10ec047de8bca40f3a1;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=d3ba9d18400eeb3fdc97e0f357a254551974625d;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/warn-scheme.cc b/lily/warn-scheme.cc index d3ba9d1840..cd9efc9ad4 100644 --- a/lily/warn-scheme.cc +++ b/lily/warn-scheme.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2012 Jan Nieuwenhuizen + Copyright (C) 1998--2015 Jan Nieuwenhuizen Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -127,7 +127,7 @@ LY_DEFINE (ly_expect_warning, "ly:expect-warning", 1, 0, 1, (SCM str, SCM rest), "A Scheme callable function to register a warning to be expected" " and subsequently suppressed. If the warning is not encountered," - " a warning about the missing warning will be shown. The message" + " a warning about the missing warning will be shown. The message" " should be translated with @code{(_ ...)} and changing parameters" " given after the format string.") {