Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] src: fix typo
@ 2011-02-14 21:34 Gustavo F. Padovan
  2011-02-15 14:26 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo F. Padovan @ 2011-02-14 21:34 UTC (permalink / raw)
  To: linux-bluetooth

---
 src/event.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/event.c b/src/event.c
index 0659fd1..a415468 100644
--- a/src/event.c
+++ b/src/event.c
@@ -731,7 +731,7 @@ void btd_event_le_set_scan_enable_complete(bdaddr_t *local, uint8_t status)
 	}
 
 	if (status) {
-		error("Can't enabled/disable LE scan");
+		error("Can't enable/disable LE scan");
 		return;
 	}
 
-- 
1.7.4


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

end of thread, other threads:[~2011-02-15 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 21:34 [PATCH] src: fix typo Gustavo F. Padovan
2011-02-15 14:26 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox