Fix various typos.

Submitted by Adrian Klieber
patch #9818: correct typos in SVN rev 1429



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1443 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2020-09-16 21:31:19 +00:00
parent e35e8f414a
commit 3f5e101f09
9 changed files with 23 additions and 10 deletions

View File

@@ -1916,7 +1916,7 @@ static int jtagmkII_page_erase(PROGRAMMER * pgm, AVRPART * p, AVRMEM * m,
retry:
avrdude_message(MSG_NOTICE2, "%s: jtagmkII_page_erase(): "
"Sending xmega erase command: ",
"Sending Xmega erase command: ",
progname);
jtagmkII_send(pgm, cmd, sizeof cmd);