mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Fix Typo
"form" to "from" Signed-off-by: Builderhummel <max.kretschmann@tuhh.de>
This commit is contained in:
parent
41f36199aa
commit
de40ae1f05
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void RunMod(void) {
|
||||||
//Indicate which card will be simulated
|
//Indicate which card will be simulated
|
||||||
LED(i, 0);
|
LED(i, 0);
|
||||||
|
|
||||||
//Try to load dump form flash
|
//Try to load dump from flash
|
||||||
sprintf(cur_dump_file, HF_LEGICSIM_DUMPFILE_SIM, i);
|
sprintf(cur_dump_file, HF_LEGICSIM_DUMPFILE_SIM, i);
|
||||||
Dbprintf(_YELLOW_("[Slot: %d] Try to load dump file: %s"), i, cur_dump_file);
|
Dbprintf(_YELLOW_("[Slot: %d] Try to load dump file: %s"), i, cur_dump_file);
|
||||||
if (!fill_eml_from_file(cur_dump_file)) {
|
if (!fill_eml_from_file(cur_dump_file)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue