aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-30 10:58:16 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-30 10:58:16 +0000
commit1a30e6254eead808b9c9143cdbe64c8cf83fae9b (patch)
tree29fb2a32ed090c1e035378d075d52d139027029d /Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
parent7dba4b555bc6d718e5f9d666cdd793b637681f0d (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 'Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
index 8e51279d..543e1b87 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]);
- /* Reinitialise the services placed on top of the Bluetooth stack ready for new connections */
+ /* Reinitialize the services placed on top of the Bluetooth stack ready for new connections */
RFCOMM_Initialize();
}