From de40ae1f051f8dc00e55e1fd2bce1f608f8c478c Mon Sep 17 00:00:00 2001 From: Builderhummel Date: Fri, 2 Sep 2022 14:47:12 +0200 Subject: [PATCH] Fix Typo "form" to "from" Signed-off-by: Builderhummel --- armsrc/Standalone/hf_legicsim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/Standalone/hf_legicsim.c b/armsrc/Standalone/hf_legicsim.c index 7bb27fe8a..7765672b0 100644 --- a/armsrc/Standalone/hf_legicsim.c +++ b/armsrc/Standalone/hf_legicsim.c @@ -111,7 +111,7 @@ void RunMod(void) { //Indicate which card will be simulated LED(i, 0); - //Try to load dump form flash + //Try to load dump from flash sprintf(cur_dump_file, HF_LEGICSIM_DUMPFILE_SIM, i); Dbprintf(_YELLOW_("[Slot: %d] Try to load dump file: %s"), i, cur_dump_file); if (!fill_eml_from_file(cur_dump_file)) {