From 1a30e6254eead808b9c9143cdbe64c8cf83fae9b Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 30 Jul 2010 10:58:16 +0000 Subject: 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 --- Bootloaders/DFU/BootloaderDFU.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/DFU/BootloaderDFU.c') 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 -- cgit v1.2.3