Merge pull request #282 from jkiv/iceprog-ignorig-fix

[iceprog] Fixed typo in error message: "Ignorig"
This commit is contained in:
Miodrag Milanović 2021-09-06 11:14:46 +02:00 committed by GitHub
commit 83b8ef947f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {