2016-09-26 21:39:45

by Barry Byford

[permalink] [raw]
Subject: [PATCH v2 1/1] doc/gatt-api.txt: Correct spelling mistakes

Correct small spelling errors

---

doc/gatt-api.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index fd4bdd5..1864391 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -115,7 +115,7 @@ Properties string UUID [read-only]

object Service [read-only]

- Object path of the GATT service the characteristc
+ Object path of the GATT service the characteristic
belongs to.

array{byte} Value [read-only, optional]
@@ -198,7 +198,7 @@ Properties string UUID [read-only]

object Characteristic [read-only]

- Object path of the GATT characteristc the descriptor
+ Object path of the GATT characteristic the descriptor
belongs to.

array{byte} Value [read-only, optional]
@@ -222,7 +222,7 @@ Properties string UUID [read-only]
"secure-read" (Server Only)
"secure-write" (Server Only)

-GATT Profile hierarcy
+GATT Profile hierarchy
=====================

Local profile (GATT client) instance. By registering this type of object

--
2.5.4


2016-09-28 10:55:57

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH v2 1/1] doc/gatt-api.txt: Correct spelling mistakes

Hi Barry,

On Tue, Sep 27, 2016 at 12:39 AM, Barry Byford <[email protected]> wrote:
> Correct small spelling errors
>
> ---
>
> doc/gatt-api.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
> index fd4bdd5..1864391 100644
> --- a/doc/gatt-api.txt
> +++ b/doc/gatt-api.txt
> @@ -115,7 +115,7 @@ Properties string UUID [read-only]
>
> object Service [read-only]
>
> - Object path of the GATT service the characteristc
> + Object path of the GATT service the characteristic
> belongs to.
>
> array{byte} Value [read-only, optional]
> @@ -198,7 +198,7 @@ Properties string UUID [read-only]
>
> object Characteristic [read-only]
>
> - Object path of the GATT characteristc the descriptor
> + Object path of the GATT characteristic the descriptor
> belongs to.
>
> array{byte} Value [read-only, optional]
> @@ -222,7 +222,7 @@ Properties string UUID [read-only]
> "secure-read" (Server Only)
> "secure-write" (Server Only)
>
> -GATT Profile hierarcy
> +GATT Profile hierarchy
> =====================
>
> Local profile (GATT client) instance. By registering this type of object
>
> --
> 2.5.4

Applied, thanks.

--
Luiz Augusto von Dentz