2011-12-26 01:00:25

by Dohyun Pyun

[permalink] [raw]
Subject: [PATCH] Fix incorrect spelling

This patch fixes incorrect spelling.
---
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 3a29295..20cef03 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -257,7 +257,7 @@ Properties string Address [readonly]
Note that this property only affects incoming pairing
requests.

- uint32 PaireableTimeout [readwrite]
+ uint32 PairableTimeout [readwrite]

The pairable timeout in seconds. A value of zero
means that the timeout is disabled and it will stay in
--
1.7.4.1



2011-12-27 10:07:34

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Fix incorrect spelling

Hi,

On Mon, Dec 26, 2011, DoHyun Pyun wrote:
> This patch fixes incorrect spelling.
> ---
> doc/adapter-api.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

Applied. Thanks.

Johan