From 70f90c8f6be4c3100ba725c4fbc34a668169428f Mon Sep 17 00:00:00 2001 From: bsd Date: Sat, 15 Dec 2001 22:17:46 +0000 Subject: [PATCH] fix spelling error git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@107 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avrdude.conf.sample b/avrdude.conf.sample index f0e54f44..04222849 100644 --- a/avrdude.conf.sample +++ b/avrdude.conf.sample @@ -5,7 +5,7 @@ # This file contains configuration data used by AVRPROG which describes # the programming hardware pinouts and also provides part definitions. # AVRPROG's "-C" command line option specifies the location of the -# configuration file. The "-c" option names the programmer confiuration +# configuration file. The "-c" option names the programmer configuration # which must match one of the entry's "id" parameter. The "-p" option # identifies which part AVRPROG is going to be programming and must match # one of the parts' "id" parameter.