* [PATCH] audio: Fix typo
@ 2010-06-06 2:46 Gustavo F. Padovan
2010-06-08 6:23 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo F. Padovan @ 2010-06-06 2:46 UTC (permalink / raw)
To: linux-bluetooth; +Cc: gustavo
---
audio/gateway.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/audio/gateway.c b/audio/gateway.c
index dfe7145..1dd3f5b 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -204,7 +204,7 @@ static void newconnection_reply(DBusPendingCall *call, void *data)
dbus_error_init(&derr);
if (!dbus_set_error_from_message(&derr, reply)) {
- DBG("Agent reply: file descriptor passed successfuly");
+ DBG("Agent reply: file descriptor passed successfully");
change_state(dev, GATEWAY_STATE_CONNECTED);
goto done;
}
@@ -234,7 +234,7 @@ static void rfcomm_connect_cb(GIOChannel *chan, GError *err,
}
if (!gw->agent) {
- error("Handfree Agent not registered");
+ error("Handsfree Agent not registered");
goto fail;
}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] audio: Fix typo
2010-06-06 2:46 [PATCH] audio: Fix typo Gustavo F. Padovan
@ 2010-06-08 6:23 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2010-06-08 6:23 UTC (permalink / raw)
To: Gustavo F. Padovan; +Cc: linux-bluetooth
Hi Gustavo,
On Sat, Jun 05, 2010, Gustavo F. Padovan wrote:
> audio/gateway.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/audio/gateway.c b/audio/gateway.c
> index dfe7145..1dd3f5b 100644
> --- a/audio/gateway.c
> +++ b/audio/gateway.c
> @@ -204,7 +204,7 @@ static void newconnection_reply(DBusPendingCall *call, void *data)
>
> dbus_error_init(&derr);
> if (!dbus_set_error_from_message(&derr, reply)) {
> - DBG("Agent reply: file descriptor passed successfuly");
> + DBG("Agent reply: file descriptor passed successfully");
> change_state(dev, GATEWAY_STATE_CONNECTED);
> goto done;
> }
> @@ -234,7 +234,7 @@ static void rfcomm_connect_cb(GIOChannel *chan, GError *err,
> }
>
> if (!gw->agent) {
> - error("Handfree Agent not registered");
> + error("Handsfree Agent not registered");
> goto fail;
> }
This patch is now upstream. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-08 6:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06 2:46 [PATCH] audio: Fix typo Gustavo F. Padovan
2010-06-08 6:23 ` Johan Hedberg
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).