From 44278272a41e9140ba459e87845de1c9196920c2 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 19 Jul 2019 12:39:23 +0200 Subject: [PATCH] typo --- client/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/flash.c b/client/flash.c index a29d8d7b0..abd81a9de 100644 --- a/client/flash.c +++ b/client/flash.c @@ -361,7 +361,7 @@ int flash_start_flashing(int enable_bl_writes, char *serial_port_name, uint32_t flash_end = FLASH_START + AT91C_IFLASH_PAGE_SIZE * AT91C_IFLASH_NB_OF_PAGES; } - PrintAndLogEx(INFO, "End of flahs: 0x%08x", flash_end); + PrintAndLogEx(INFO, "End of flash: 0x%08x", flash_end); if (state & DEVICE_INFO_FLAG_UNDERSTANDS_START_FLASH) { // This command is stupid. Why the heck does it care which area we're