JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index b01ea7e..8094ce9 100644 (file)
@@ -135,7 +135,7 @@ Options = {
         if (!this.templateDir) {
             throw {
                 name: "ArgumentError", 
-                message: "No template Directory specified" 
+                message: "No templateDir Directory specified" 
             };
         }
         if (this.templateDir[0] !='/') {