diff options
author | Michele Campus <fci1908@gmail.com> | 2017-03-13 14:46:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 14:46:22 +0100 |
commit | 1e014aa95b76e5a73a7a2bef9b729a25c914c735 (patch) | |
tree | 40607453631b52838da6bab919103a16b0ab50d8 /src/lib/protocols/btlib.c | |
parent | 9962eb1f085c07b03c38375e2a688850cf82a8ce (diff) | |
parent | e17f62d26149b176d59deb9b7b643b3c57d223bb (diff) |
Merge pull request #348 from jsoref/spelling
Spelling fixes
Diffstat (limited to 'src/lib/protocols/btlib.c')
-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)); } |