From 97b6e276e891432a4a1857d6c67628b552cfdd36 Mon Sep 17 00:00:00 2001 From: Jon Kivinen <226881+jkiv@users.noreply.github.com> Date: Mon, 3 May 2021 19:31:39 -0400 Subject: [iceprog] Fixed typo in error message: "Ignorig" --- iceprog/iceprog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceprog/iceprog.c b/iceprog/iceprog.c index b04fe65..3f6f955 100644 --- a/iceprog/iceprog.c +++ b/iceprog/iceprog.c @@ -180,7 +180,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) { -- cgit v1.2.3