From 0f45b9c8e076483cd546d0bc9c606b73455295c6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 30 Jul 2010 09:48:35 +0000 Subject: More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. --- Bootloaders/DFU/BootloaderDFU.c | 2 +- Bootloaders/DFU/BootloaderDFU.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Bootloaders/DFU') diff --git a/Bootloaders/DFU/BootloaderDFU.c b/Bootloaders/DFU/BootloaderDFU.c index 752c32009..c14bd2677 100644 --- a/Bootloaders/DFU/BootloaderDFU.c +++ b/Bootloaders/DFU/BootloaderDFU.c @@ -635,7 +635,7 @@ static void ProcessWriteCommand(void) WaitForExit = true; /* Check if empty request data array - an empty request after a filled request retains the - previous valid request data, but initializes the reset */ + previous valid request data, but initialises the reset */ if (!(SentCommand.DataSize)) { if (SentCommand.Data[1] == 0x00) // Start via watchdog diff --git a/Bootloaders/DFU/BootloaderDFU.txt b/Bootloaders/DFU/BootloaderDFU.txt index 3e1e13c5a..2a67bd562 100644 --- a/Bootloaders/DFU/BootloaderDFU.txt +++ b/Bootloaders/DFU/BootloaderDFU.txt @@ -71,7 +71,7 @@ * * \section SSec_Options Project Options * - * The following defines can be found in this demo, which can control the demo behavior when defined, or changed in value. + * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * * * -- cgit v1.2.3