aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-30 09:48:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-30 09:48:35 +0000
commit0f45b9c8e076483cd546d0bc9c606b73455295c6 (patch)
treed1c38ead3ab0691d6a8e8db2319de93e5bd8bb5a /Demos/Host/Incomplete
parent2034141a7eb4d21a738f688b5e35a43793d17fbc (diff)
downloadlufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.tar.gz
lufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.tar.bz2
lufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.zip
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
Diffstat (limited to 'Demos/Host/Incomplete')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c2
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
index 543e1b879..8e51279d3 100644
--- a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
+++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
@@ -56,7 +56,7 @@ void Bluetooth_StackInitialized(void)
Bluetooth_State.LocalBDADDR[5], Bluetooth_State.LocalBDADDR[4], Bluetooth_State.LocalBDADDR[3],
Bluetooth_State.LocalBDADDR[2], Bluetooth_State.LocalBDADDR[1], Bluetooth_State.LocalBDADDR[0]);
- /* Reinitialize the services placed on top of the Bluetooth stack ready for new connections */
+ /* Reinitialise the services placed on top of the Bluetooth stack ready for new connections */
RFCOMM_Initialize();
}
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
index 2ca6cfad7..2638dee35 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
@@ -65,7 +65,7 @@ const uint8_t CRC8_Table[256] PROGMEM =
RFCOMM_Channel_t RFCOMM_Channels[RFCOMM_MAX_OPEN_CHANNELS];
-/** Initializes the RFCOMM service, ready for new connections from a SDP client. */
+/** Initialises the RFCOMM service, ready for new connections from a SDP client. */
void RFCOMM_Initialize(void)
{
/* Reset the RFCOMM channel structures, to invalidate any configured RFCOMM channels */