From 4aae0e2981e785a2629a241b54c830b54d39c03c Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Wed, 27 Jun 2012 15:27:36 +0200 Subject: [PATCH] doc: Fix typo This patch fix simple typo in documentation of API. --- doc/adapter-api.txt | 2 +- doc/audio-api.txt | 2 +- doc/device-api.txt | 2 +- doc/media-api.txt | 2 +- doc/proximity-api.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index dccb6bfec..916e9411d 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -24,7 +24,7 @@ Methods dict GetProperties() void SetProperty(string name, variant value) Changes the value of the specified property. Only - properties that are listed a read-write are changeable. + properties that are listed as read-write are changeable. On success this will emit a PropertyChanged signal. Possible Errors: org.bluez.Error.InvalidArguments diff --git a/doc/audio-api.txt b/doc/audio-api.txt index 02291fd6b..9b1737d6f 100644 --- a/doc/audio-api.txt +++ b/doc/audio-api.txt @@ -122,7 +122,7 @@ Methods void Connect() void SetProperty(string name, variant value) Changes the value of the specified property. Only - properties that are listed a read-write are changeable. + properties that are listed as read-write are changeable. On success this will emit a PropertyChanged signal. Possible Errors: org.bluez.Error.DoesNotExist diff --git a/doc/device-api.txt b/doc/device-api.txt index 4a170e47b..0f3421012 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -25,7 +25,7 @@ Methods dict GetProperties() void SetProperty(string name, variant value) Changes the value of the specified property. Only - properties that are listed a read-write are changeable. + properties that are listed as read-write are changeable. On success this will emit a PropertyChanged signal. Possible Errors: org.bluez.Error.DoesNotExist diff --git a/doc/media-api.txt b/doc/media-api.txt index 444643902..e5eeaa009 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -289,7 +289,7 @@ Methods dict GetProperties() void SetProperty(string name, variant value) Changes the value of the specified property. Only - properties that are listed a read-write can be changed. + properties that are listed as read-write can be changed. On success this will emit a PropertyChanged signal. diff --git a/doc/proximity-api.txt b/doc/proximity-api.txt index 0c60d47b5..c8eae50c0 100644 --- a/doc/proximity-api.txt +++ b/doc/proximity-api.txt @@ -19,7 +19,7 @@ Methods dict GetProperties() void SetProperty(string name, variant value) Changes the value of the specified property. Only - properties that are listed a read-write are changeable. + properties that are listed as read-write are changeable. On success this will emit a PropertyChanged signal. Possible Errors: org.bluez.Error.InvalidArguments -- 2.47.3