summaryrefslogtreecommitdiff
path: root/android/bluetooth.c
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-12-17 16:48:59 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-12-19 09:44:48 -0200
commit8e8d7266943fd33e70ba11d316a7fbcd5e7bf833 (patch)
tree925df54981d27bced0ce60137044a5a72bd79a1c /android/bluetooth.c
parent49bd2e65f3606f353e7f2d9dab2fc73d1cca9bd0 (diff)
downloadbluez-8e8d7266943fd33e70ba11d316a7fbcd5e7bf833.tar.gz
android/bluetooth: Minor typo fix
Diffstat (limited to 'android/bluetooth.c')
-rw-r--r--android/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/bluetooth.c b/android/bluetooth.c
index 96808b713..c3f5203e1 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -5278,7 +5278,7 @@ bool bt_bluetooth_register(struct ipc *ipc, uint8_t mode)
unpaired_cb_list = queue_new();
if (!unpaired_cb_list) {
- error("Can not allocate queue for unpaired callbacks");
+ error("Cannot allocate queue for unpaired callbacks");
return false;
}