Subject: [PATCH] Fix typo in adapter documentation

---
doc/adapter-api.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 65e2887..f287f29 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -148,7 +148,7 @@ Methods dict GetProperties()

This registers the adapter wide agent.

- The object path defines the path the of the agent
+ The object path defines the path of the agent
that will be called when user input is needed.

If an application disconnects from the bus all
--
1.7.1



2010-11-22 22:07:08

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Fix typo in adapter documentation

Hi Jose,

On Mon, Nov 22, 2010, Jose Antonio Santos Cadenas wrote:
> ---
> doc/adapter-api.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
> index 65e2887..f287f29 100644
> --- a/doc/adapter-api.txt
> +++ b/doc/adapter-api.txt
> @@ -148,7 +148,7 @@ Methods dict GetProperties()
>
> This registers the adapter wide agent.
>
> - The object path defines the path the of the agent
> + The object path defines the path of the agent
> that will be called when user input is needed.
>
> If an application disconnects from the bus all

Pushed upstream. Thanks.

Johan