aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/DFU')
-rw-r--r--Bootloaders/DFU/BootloaderDFU.c2
-rw-r--r--Bootloaders/DFU/BootloaderDFU.txt2
2 files changed, 2 insertions, 2 deletions
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.
*
* <table>
* <tr>