Diff between 49bd2e65f3606f353e7f2d9dab2fc73d1cca9bd0 and 8e8d7266943fd33e70ba11d316a7fbcd5e7bf833

Changed Files

File Additions Deletions Status
android/bluetooth.c +1 -1 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 96808b7..c3f5203 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;
 	}