summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kline <ek@google.com>2015-02-25 16:34:08 +0900
committerErik Kline <ek@google.com>2015-02-25 16:34:08 +0900
commit4fe846855ff0f9bf9313fd7c35beeb7b3bda6115 (patch)
tree79b5c0413daff9f298f901f8d0fb64db44bccb45
parentd736b8d6b3f95b7af19b75a613486b023279c3ee (diff)
downloadbluedroid-4fe846855ff0f9bf9313fd7c35beeb7b3bda6115.tar.gz
reword channle to channel
Change-Id: Ic45f99db717e1efcad4385cbbe1dd658e3a18bfb
-rw-r--r--btif/src/btif_sock_rfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_sock_rfc.c b/btif/src/btif_sock_rfc.c
index ae03fcd..77db92c 100644
--- a/btif/src/btif_sock_rfc.c
+++ b/btif/src/btif_sock_rfc.c
@@ -776,7 +776,7 @@ static void jv_dm_cback(tBTA_JV_EVT event, tBTA_JV *p_data, void *user_data)
}
else
{
- APPL_TRACE_ERROR("DISCOVERY_COMP_EVT slot id:%d, failed to find channle, \
+ APPL_TRACE_ERROR("DISCOVERY_COMP_EVT slot id:%d, failed to find channel, \
status:%d, scn:%d", id, p_data->disc_comp.status,
p_data->disc_comp.scn);
rs = find_rfc_slot_by_id(id);