]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-engraver.cc
Merge with master
[lilypond.git] / lily / volta-engraver.cc
index 41b0c7cc78bd6a697eed5bf739b5a43a44944ca5..604c53c573493721796b068f66db084b4ae0c5ba 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -141,7 +141,7 @@ Volta_engraver::process_music ()
 
   if (end && !volta_span_)
     /* fixme: be more verbose.  */
-    warning (_ ("can't end volta spanner"));
+    warning (_ ("cannot end volta spanner"));
   else if (end)
     {
       end_volta_span_ = volta_span_;