JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 0666ec4..448b6fe 100644 (file)
@@ -115,7 +115,7 @@ Options = {
         // append full path to source directories.
         var _this= this;
         this.src.forEach(function(v, i) {
-            if (!v.lenght || v[0] != '/') {
+            if (!v.length || v[0] != '/') {
                 _this.src[i] = _this.baseDir + '/' + v;
             }
             if (File.isDirectory(_this.src[i])) {