Merge pull request #807 from yegorich/src-typos

Fix typos all over the code
This commit is contained in:
Jörg Wunsch
2022-01-07 13:15:14 +01:00
committed by GitHub
11 changed files with 44 additions and 44 deletions

View File

@@ -1113,7 +1113,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) {