bug #42516 spelling-error-in-binary

* stk500v2.c, avrftdi.c, usbasp.c: fixed spelling errors


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1319 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
rliebscher
2014-06-11 07:17:54 +00:00
parent 1217699413
commit 436146192f
4 changed files with 10 additions and 5 deletions

View File

@@ -674,7 +674,7 @@ static int usbasp_spi_program_enable(PROGRAMMER * pgm, AVRPART * p)
usbasp_transmit(pgm, 1, USBASP_FUNC_ENABLEPROG, cmd, res, sizeof(res));
if ((nbytes != 1) | (res[0] != 0)) {
avrdude_message("%s: error: programm enable: target doesn't answer. %x \n",
avrdude_message("%s: error: program enable: target doesn't answer. %x \n",
progname, res[0]);
return -1;
}
@@ -1029,7 +1029,7 @@ static int usbasp_tpi_program_enable(PROGRAMMER * pgm, AVRPART * p)
}
if(retry >= 10)
{
avrdude_message("%s: error: programm enable: target doesn't answer.\n", progname);
avrdude_message("%s: error: program enable: target doesn't answer.\n", progname);
return -1;
}