fix typo exectution => execution (#9295)

This commit is contained in:
ke-to 2018-02-04 03:22:04 +09:00 committed by radare
parent cf626ba31a
commit ad440a8325

View File

@ -1405,7 +1405,7 @@ beach:
}
// not really needed, cause r_core_fini will close the file
// and this fh may be come stale during the command
// exectution.
// execution.
//r_core_file_close (&r, fh);
r_core_fini (&r);
r_cons_set_raw (0);