diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 09:48:35 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 09:48:35 +0000 |
| commit | 7dba4b555bc6d718e5f9d666cdd793b637681f0d (patch) | |
| tree | d1c38ead3ab0691d6a8e8db2319de93e5bd8bb5a /Bootloaders/DFU/BootloaderDFU.c | |
| parent | a1f393c38f54fae7939841ca264d7201eeaf04d9 (diff) | |
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1426 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/DFU/BootloaderDFU.c')
| -rw-r--r-- | Bootloaders/DFU/BootloaderDFU.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/DFU/BootloaderDFU.c b/Bootloaders/DFU/BootloaderDFU.c index 752c3200..c14bd267 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 |
