From 4d8d41e95cfd8e71a91f158841ef2b2097d033f2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 18 Oct 2022 04:38:55 -0700 Subject: [PATCH] Fix misspelled words in comments This project uses the codespell tool used to check for commonly misspelled words in the files of the repository. A recent update to the tool's misspelled words dictionary resulted in the identification of some occurrences of a misspelled word in the comments. In addition to correcting the detected misspellings, I did a quick scan over the repository and identified a few additional misspellings to correct. --- bootloaders/atmega/ATmegaBOOT_168.c | 8 ++++---- bootloaders/atmega8/ATmegaBOOT.c | 4 ++-- bootloaders/bt/ATmegaBOOT_168.c | 4 ++-- bootloaders/caterina-Arduino_Robot/Makefile | 4 ++-- bootloaders/caterina-LilyPadUSB/Makefile | 4 ++-- bootloaders/caterina/Makefile | 4 ++-- bootloaders/gemma/avrdude.conf | 4 ++-- bootloaders/lilypad/src/ATmegaBOOT.c | 6 +++--- bootloaders/stk500v2/Makefile | 2 +- cores/arduino/CDC.cpp | 2 +- cores/arduino/USBCore.h | 2 +- firmwares/atmegaxxu2/arduino-usbdfu/makefile | 4 ++-- firmwares/atmegaxxu2/arduino-usbserial/makefile | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/bootloaders/atmega/ATmegaBOOT_168.c b/bootloaders/atmega/ATmegaBOOT_168.c index ff2c4e486..143e7a7ca 100644 --- a/bootloaders/atmega/ATmegaBOOT_168.c +++ b/bootloaders/atmega/ATmegaBOOT_168.c @@ -387,7 +387,7 @@ int main(void) UCSR0C = (1<