mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 19:26:43 +00:00
fix typo exectution => execution (#9295)
This commit is contained in:
parent
cf626ba31a
commit
ad440a8325
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user