mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 18:44:17 +00:00
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:
@@ -3065,7 +3065,7 @@ static int stk500v2_setparm(PROGRAMMER * pgm, unsigned char parm, unsigned char
|
||||
|
||||
// don't issue a write if the correct value is already set.
|
||||
if (value == current_value && verbose > 2) {
|
||||
avrdude_message("%s: Skipping paramter write; parameter value already set.\n", progname);
|
||||
avrdude_message("%s: Skipping parameter write; parameter value already set.\n", progname);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user