]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
initial.
[lilypond.git] / lily / source-file.cc
index 310c7938d3b11011681f48af5f936571ae80e7c5..05b90b4f36df14ac90afd9ea8482bfd96e3e5257 100644 (file)
@@ -51,7 +51,7 @@ gulp_file (string filename, int desired_size)
   FILE *f = fopen (filename.c_str (), "rb");
   if (!f)
     {
-      warning (_f ("can't open file: `%s'", filename.c_str ()));
+      warning (_f (cannot open file: `%s'", filename.c_str ()));
 
       vector<char> cxx_arr;
       return cxx_arr;