diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:11:52 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:11:52 +0000 |
commit | 65cde78f6dca8a3d4c9aa35a4ad96dbac923f1b9 (patch) | |
tree | c60915552eb8a6a673fcc3808eed97b72a80798d | |
parent | 9a5402518c0069d056ab921028cfa32502bae550 (diff) |
spelling: unknown
-rw-r--r-- | src/lib/protocols/btlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/btlib.c b/src/lib/protocols/btlib.c index beea43d0d..5685eb7e9 100644 --- a/src/lib/protocols/btlib.c +++ b/src/lib/protocols/btlib.c @@ -401,7 +401,7 @@ void cb_data(bt_parse_data_cb_t *cbd,int *ret) { p->e_len = cbd->v.s.l; return; } - // DEBUG_TRACE(print_safe_str("UKNOWN",cbd)); + // DEBUG_TRACE(print_safe_str("UNKNOWN",cbd)); } |