From 6bbae5da1eb71ad02bb1683e99e60fc96e450c74 Mon Sep 17 00:00:00 2001 From: Simeon Miteff Date: Sun, 8 Aug 2021 13:25:04 +1000 Subject: [PATCH] Fix typo in error message --- ecpprog/ecpprog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecpprog/ecpprog.c b/ecpprog/ecpprog.c index 2ac29e3..20c3d80 100644 --- a/ecpprog/ecpprog.c +++ b/ecpprog/ecpprog.c @@ -177,7 +177,7 @@ static void flash_read_id() if (data[4] == 0xFF) fprintf(stderr, "Extended Device String Length is 0xFF, " - "this is likely a read error. Ignorig...\n"); + "this is likely a read error. Ignoring...\n"); else { // Read extended JEDEC ID bytes if (data[4] != 0) { -- 2.30.2