aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Kivinen <226881+jkiv@users.noreply.github.com>2021-05-03 19:31:39 -0400
committerGitHub <noreply@github.com>2021-05-03 19:31:39 -0400
commit97b6e276e891432a4a1857d6c67628b552cfdd36 (patch)
treed521b1d5c183fcaf9d8aebcf9be79fb405c7736f
parentc495861c19bd0976c88d4964f912abe76f3901c3 (diff)
downloadicestorm-97b6e276e891432a4a1857d6c67628b552cfdd36.tar.gz
icestorm-97b6e276e891432a4a1857d6c67628b552cfdd36.tar.bz2
icestorm-97b6e276e891432a4a1857d6c67628b552cfdd36.zip
[iceprog] Fixed typo in error message: "Ignorig"
-rw-r--r--iceprog/iceprog.c2
1 files changed, 1 insertions, 1 deletions
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) {