From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> recevied -> received --- test/rctest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rctest.c b/test/rctest.c index 4d7c90a..f82d2cc 100644 --- a/test/rctest.c +++ b/test/rctest.c @@ -439,7 +439,7 @@ static void dump_mode(int sk) syslog(LOG_INFO, "Receiving ..."); while ((len = read(sk, buf, data_size)) > 0) - syslog(LOG_INFO, "Recevied %d bytes", len); + syslog(LOG_INFO, "Received %d bytes", len); } static void recv_mode(int sk) -- 1.7.11.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html