diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2021-09-06 11:14:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 11:14:46 +0200 |
commit | 83b8ef947f77723f602b706eac16281e37de278c (patch) | |
tree | d1a66dda696ac5f4cf0ea9a9216397a59dfe6b61 /iceprog | |
parent | 9880f6e2dde6db341246fc80031629daec6d014e (diff) | |
parent | 97b6e276e891432a4a1857d6c67628b552cfdd36 (diff) | |
download | icestorm-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"
Diffstat (limited to 'iceprog')
-rw-r--r-- | iceprog/iceprog.c | 2 |
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) { |