linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v2] tools: Fix recevied/received typos
@ 2016-09-27  0:03 Mat Martineau
  2016-09-28 10:55 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Mat Martineau @ 2016-09-27  0:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Mat Martineau

---

I removed the ubcsp.c change because the file's CRLF line endings were
causing problems with git-am, and since the spelling problem there is
not user-visible.

 tools/l2test.c  | 2 +-
 tools/scotest.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/l2test.c b/tools/l2test.c
index d4e3ae6..1819423 100644
--- a/tools/l2test.c
+++ b/tools/l2test.c
@@ -830,7 +830,7 @@ static void dump_mode(int sk)
 			return;
 		}
 
-		syslog(LOG_INFO, "Recevied %d bytes", len);
+		syslog(LOG_INFO, "Received %d bytes", len);
 		hexdump(buf, len);
 	}
 }
diff --git a/tools/scotest.c b/tools/scotest.c
index 596e403..f894c24 100644
--- a/tools/scotest.c
+++ b/tools/scotest.c
@@ -265,7 +265,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)
-- 
2.10.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-28 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27  0:03 [PATCH BlueZ v2] tools: Fix recevied/received typos Mat Martineau
2016-09-28 10:55 ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).