From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 8 Jun 2010 14:23:14 +0800 From: Johan Hedberg To: "Gustavo F. Padovan" Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] audio: Fix typo Message-ID: <20100608062314.GA16785@jh-x301> References: <1275792403-5535-1-git-send-email-gustavo@padovan.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1275792403-5535-1-git-send-email-gustavo@padovan.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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