]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
Fix #122.
[lilypond.git] / lily / source-file.cc
index 310c7938d3b11011681f48af5f936571ae80e7c5..4415e8dad70978c15fef06b31c2f6cd6791f7a2b 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;