]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
initial.
[lilypond.git] / lily / includable-lexer.cc
index cb851575ba5740edd4bcf46c1f7176aad4b34a87..777615e970cf58884e7034fed82d22210b423776 100644 (file)
@@ -57,7 +57,7 @@ Includable_lexer::new_input (string name, Sources *sources)
   Source_file *file = sources->get_file (&name);
   if (!file)
     {
-      string msg = _f ("can't find file: `%s'", name);
+      string msg = _f (cannot find file: `%s'", name);
       msg += "\n";
       msg += _f ("(search path: `%s')",
                 sources->path_->to_string ().c_str ());