Skip to content
Snippets Groups Projects

fix typo

Merged Kayz requested to merge mlong/importcfgfix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -146,7 +146,7 @@ for(var i in list) {
if(options.debug)
writeln(JSON.stringify(cnf[cnf_obj], null, 4));
else {
writln("Saving changes to " + cnf_fname);
writeln("Saving changes to " + cnf_fname);
if(!cnflib.write(cnf_fname, undefined, cnf)) {
alert("Failed to write " + cnf_fname);
exit(-1);
Loading