diff --git a/exec/importcfg.js b/exec/importcfg.js
index 02ab77761a59d1d82f3cd2c9e583a91018a3a164..685ba8657df4577a01dc74b18768658d47cd0908 100755
--- a/exec/importcfg.js
+++ b/exec/importcfg.js
@@ -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);