From 19c7e69151e6e7e4afb22dd7504c4f817d61841a Mon Sep 17 00:00:00 2001 From: troth Date: Tue, 18 Mar 2003 05:49:29 +0000 Subject: [PATCH] * avrdude.conf.in: Fix typo for devicecode deprecation comment. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@295 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ avrdude.conf.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93d56eff..c5ea0b7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-17 Theodore A. Roth + + * avrdude.conf.in: Fix typo for devicecode deprecation comment. + 2003-03-16 Theodore A. Roth * avr.c (avr_read): Use pgm->read_sig_bytes to read signature bytes if diff --git a/avrdude.conf.in b/avrdude.conf.in index 57b647b3..11503a16 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -30,7 +30,7 @@ # part # id = ; # quoted string # desc = ; # quoted string -# devcode = ; # deprecated, use stk500_devcode +# devicecode = ; # deprecated, use stk500_devcode # stk500_devcode = ; # numeric # avr910_devcode = ; # numeric # chip_erase_delay = ; # micro-seconds