From: Simeon Miteff Date: Sun, 8 Aug 2021 03:25:04 +0000 (+1000) Subject: Fix typo in error message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bbae5da1eb71ad02bb1683e99e60fc96e450c74;p=ecpprog.git Fix typo in error message --- 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) {