Skip to content
Snippets Groups Projects
Commit a53fa7db authored by Kayz's avatar Kayz
Browse files

fix typo

parent a05440fb
Branches
Tags
2 merge requests!463MRC mods by Codefenix (2024-10-20),!104fix typo
Pipeline #1296 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment