aboutsummaryrefslogtreecommitdiffstats
path: root/iceprog/iceprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'iceprog/iceprog.c')
-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) {