diff options
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 4965ea11830b..bd11e2ea53c3 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -166,7 +166,7 @@ isBluez5Available(DBusConnection *pConnection) { DBusMessage *pMsg; - // Simplest wasy to check whether we have Bluez 5+ is to check + // Simplest ways to check whether we have Bluez 5+ is to check // that we can obtain adapters using the new interfaces. // The first two error checks however don't tell us anything as they should // succeed as long as dbus is working correctly. |