JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 438d3b8..6b2ad66 100644 (file)
@@ -128,7 +128,7 @@ Packer.prototype = {
             
             print("reading " +file );
             if (!File.isFile(file)) {
-                print("SKIP (does not exist) " + file);
+                print("SKIP (is not a file) " + file);
                 continue;
             }