summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/remotecontrol/BluetoothServer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/BluetoothServer.cxx')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 7c1e4e898aa4..b29ce38d926b 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -1204,8 +1204,8 @@ void SAL_CALL BluetoothServer::run()
// We don't need to listen to adapter changes anymore -- profile
// registration is done globally for the entirety of bluez, so we only
- // need adapters when setting discovereability, which can be done
- // dyanmically without the need to listen for changes.
+ // need adapters when setting discoverability, which can be done
+ // dynamically without the need to listen for changes.
// TODO: exit on SD deinit
// Probably best to do that in SdModule::~SdModule?