From 8e8d7266943fd33e70ba11d316a7fbcd5e7bf833 Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Wed, 17 Dec 2014 16:48:59 +0100 Subject: [PATCH] android/bluetooth: Minor typo fix --- android/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3