2017-09-24 12:28:14

by Tomasz Duszynski

[permalink] [raw]
Subject: [PATCH BlueZ] doc: fix typo

s/parser/parsed
---
doc/advertising-api.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
index 36fe130d9..e432fb074 100644
--- a/doc/advertising-api.txt
+++ b/doc/advertising-api.txt
@@ -107,7 +107,7 @@ Methods RegisterAdvertisement(object advertisement, dict options)
InvalidLength error indicates that the data
provided generates a data packet which is too long.

- The properties of this object are parser when it is
+ The properties of this object are parsed when it is
registered, and any changes are ignored.

If the same object is registered twice it will result in
--
2.14.1



2017-09-24 17:59:28

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH BlueZ] doc: fix typo

Hi Tomasz,

On Sun, Sep 24, 2017 at 3:28 PM, Tomasz Duszynski <[email protected]> wrote:
> s/parser/parsed
> ---
> doc/advertising-api.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
> index 36fe130d9..e432fb074 100644
> --- a/doc/advertising-api.txt
> +++ b/doc/advertising-api.txt
> @@ -107,7 +107,7 @@ Methods RegisterAdvertisement(object advertisement, dict options)
> InvalidLength error indicates that the data
> provided generates a data packet which is too long.
>
> - The properties of this object are parser when it is
> + The properties of this object are parsed when it is
> registered, and any changes are ignored.
>
> If the same object is registered twice it will result in
> --
> 2.14.1

Could you please merge all the typo fixes?

--
Luiz Augusto von Dentz