Fix typos all over the code

This commit is contained in:
Yegor Yefremov
2022-01-07 11:31:16 +01:00
parent fffbd09767
commit f29b2a283a
11 changed files with 44 additions and 44 deletions

View File

@@ -1109,7 +1109,7 @@ int main(int argc, char * argv [])
pgm->vfy_led(pgm, OFF);
/*
* initialize the chip in preperation for accepting commands
* initialize the chip in preparation for accepting commands
*/
init_ok = (rc = pgm->initialize(pgm, p)) >= 0;
if (!init_ok) {