diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
| commit | 1a30e6254eead808b9c9143cdbe64c8cf83fae9b (patch) | |
| tree | 29fb2a32ed090c1e035378d075d52d139027029d /Bootloaders/DFU/BootloaderDFU.c | |
| parent | 7dba4b555bc6d718e5f9d666cdd793b637681f0d (diff) | |
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1427 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 c14bd267..752c3200 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 initialises the reset */ + previous valid request data, but initializes the reset */ if (!(SentCommand.DataSize)) { if (SentCommand.Data[1] == 0x00) // Start via watchdog |
