aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2021-09-06 11:14:46 +0200
committerGitHub <noreply@github.com>2021-09-06 11:14:46 +0200
commit83b8ef947f77723f602b706eac16281e37de278c (patch)
treed1a66dda696ac5f4cf0ea9a9216397a59dfe6b61
parent9880f6e2dde6db341246fc80031629daec6d014e (diff)
parent97b6e276e891432a4a1857d6c67628b552cfdd36 (diff)
downloadicestorm-83b8ef947f77723f602b706eac16281e37de278c.tar.gz
icestorm-83b8ef947f77723f602b706eac16281e37de278c.tar.bz2
icestorm-83b8ef947f77723f602b706eac16281e37de278c.zip
Merge pull request #282 from jkiv/iceprog-ignorig-fix
[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 c5243b9..20b05a4 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) {