All of lore.kernel.org
 help / color / mirror / Atom feed
From: Syam Sidhardhan <s.syam@samsung.com>
To: linux-bluetooth@vger.kernel.org
Cc: Syam Sidhardhan <s.syam@samsung.com>
Subject: [PATCH BlueZ 18/19] doc: Fix typo
Date: Thu, 12 Apr 2012 20:33:09 +0530	[thread overview]
Message-ID: <1334243001-17016-19-git-send-email-s.syam@samsung.com> (raw)
In-Reply-To: <1334243001-17016-1-git-send-email-s.syam@samsung.com>

---
 doc/adapter-api.txt |    2 +-
 doc/audio-api.txt   |    2 +-
 doc/device-api.txt  |    2 +-
 doc/health-api.txt  |    6 +++---
 doc/media-api.txt   |    6 +++---
 doc/mgmt-api.txt    |    2 +-
 doc/serial-api.txt  |    2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 20cef03..0cded8c 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -261,7 +261,7 @@ Properties	string Address [readonly]
 
 			The pairable timeout in seconds. A value of zero
 			means that the timeout is disabled and it will stay in
-			pareable mode forever.
+			pairable mode forever.
 
 		uint32 DiscoverableTimeout [readwrite]
 
diff --git a/doc/audio-api.txt b/doc/audio-api.txt
index b85400b..02291fd 100644
--- a/doc/audio-api.txt
+++ b/doc/audio-api.txt
@@ -428,7 +428,7 @@ properties	boolean Connected [readonly]
 
 		uint16 RegistrationStatus [readonly]
 
-			Service availability indicatior of AG, where:
+			Service availability indicator of AG, where:
 			0 implies no service. No Home/Roam network available.
 			1 implies presence of service. Home/Roam network
 			available.
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 69081d8..4a170e4 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -191,7 +191,7 @@ Properties	string Address [readonly]
 			device name. Setting an empty string as alias will
 			convert it back to the remote device name.
 
-			When reseting the alias with an empty string, the
+			When resetting the alias with an empty string, the
 			emitted PropertyChanged signal will show the remote
 			name again.
 
diff --git a/doc/health-api.txt b/doc/health-api.txt
index 3d0a717..7a000cb 100644
--- a/doc/health-api.txt
+++ b/doc/health-api.txt
@@ -82,8 +82,8 @@ Methods:
 	void DestroyChannel(object channel)
 
 		Destroys the data channel object. Only the creator of the
-		channel or the creator of the HealtApplication that received the
-		data channel will be able to destroy it
+		channel or the creator of the HealthApplication that received
+		the data channel will be able to destroy it.
 
 		Possible errors: org.bluez.Error.InvalidArguments
 				org.bluez.Error.NotFound
@@ -131,7 +131,7 @@ Methods:
 		Returns all properties for the interface. See the properties
 		section for available properties.
 
-		Posible errors: org.bluez.Error.NotAllowed
+		Possible errors: org.bluez.Error.NotAllowed
 
 	fd Acquire()
 
diff --git a/doc/media-api.txt b/doc/media-api.txt
index c53ab7b..7a593c3 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -25,7 +25,7 @@ Methods		void RegisterEndpoint(object endpoint, dict properties)
 
 				byte Codec:
 
-					Assigned mumber of codec that the
+					Assigned number of codec that the
 					endpoint implements. The values should
 					match the profile specification which
 					is indicated by the UUID.
@@ -308,7 +308,7 @@ Properties	object Device [readonly]
 
 		byte Codec [readonly]
 
-			Assigned mumber of codec that the transport support.
+			Assigned number of codec that the transport support.
 			The values should match the profile specification which
 			is indicated by the UUID.
 
@@ -319,7 +319,7 @@ Properties	object Device [readonly]
 
 		uint16 Delay [readwrite]
 
-			Optional. Transport delay in 1/10 of milisecond, this
+			Optional. Transport delay in 1/10 of millisecond, this
 			property is only writeable when the transport was
 			acquired by the sender.
 
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 4ede43d..51c9b46 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -347,7 +347,7 @@ Set Local Name Command
 	Return Parameters:	Name (249 Octets)
 				Short_Name (11 Octets)
 
-	The name parameters need to always end with a nul byte (failure
+	The name parameters need to always end with a null byte (failure
 	to do so will cause the command to fail).
 
 	This command can be used when the controller is not powered and
diff --git a/doc/serial-api.txt b/doc/serial-api.txt
index ad496d2..0bdbdcd 100644
--- a/doc/serial-api.txt
+++ b/doc/serial-api.txt
@@ -51,7 +51,7 @@ Methods		fd ConnectFD(string pattern) [experimental]
 			timeouts in the client it is fine to call this method.
 
 			In that case one of patterns of the Connect method should
-			be suplied instead of the TTY device.
+			be supplied instead of the TTY device.
 
 			Possible errors: org.bluez.Error.InvalidArguments
 					 org.bluez.Error.DoesNotExist
-- 
1.7.4.1


  parent reply	other threads:[~2012-04-12 15:03 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 15:02 [PATCH BlueZ 00/19] Fix D-Bus memory leaks, bluetooth name, double unref etc Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 01/19] health: Fix memory leak Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 02/19] avrcp: Fix the response ctype of SetPlayerApplicationSettingValue Syam Sidhardhan
2012-04-12 20:30   ` Lucas De Marchi
2012-04-12 15:02 ` [PATCH BlueZ 03/19] agent: Free the agent request properly Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 04/19] gstavdtpsink: Fix D-Bus memory leak in audio Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 05/19] gateway: " Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 06/19] gateway: Fix D-Bus reply memory leak Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 07/19] hci: Retrieve the bluetooth name correctly Syam Sidhardhan
2012-04-13  9:51   ` Johan Hedberg
2012-04-12 15:02 ` [PATCH BlueZ 08/19] hciconfig: Remove unwanted NULL termination Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 09/19] agent: Fix double D-Bus message unref Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 10/19] sdpd-request: Fix passing zero instead of NULL Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 11/19] sap-u8500: Fix empty parameter list in function declaration Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 12/19] adapter: Remove headers declared but not defined Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 13/19] headset: Remove header " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 14/19] network: " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 15/19] audio: Fix newline before EOF Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 16/19] input: " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 17/19] src: " Syam Sidhardhan
2012-04-12 15:03 ` Syam Sidhardhan [this message]
2012-04-12 15:03 ` [PATCH BlueZ 19/19] Add Syam's email address Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 0/4] Fix memory leak, remove unused struct etc Syam Sidhardhan
2012-04-13 10:08   ` Johan Hedberg
2012-04-12 15:03 ` [PATCH obexd 1/4] client: Fix memory leak during session connect Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 2/4] src: Use goto for avoiding code duplication Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 3/4] src: Remove headers declared but not defined Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 4/4] client: Remove unused struct session_callback Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 0/5] Bluetooth: Remove unused API's and code optimization Syam Sidhardhan
2012-04-13 22:24   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 1/5] Bluetooth: Remove unused hci_le_ltk_reply() Syam Sidhardhan
2012-04-13 22:17   ` Gustavo Padovan
2012-04-20 18:13     ` Andre Guedes
2012-05-01 15:48       ` Syam Sidhardhan
2012-05-02 14:38         ` Vinicius Costa Gomes
2012-05-02 14:58   ` Gustavo Padovan
2012-05-03  5:57     ` Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 2/5] Bluetooth: Remove unused hci_le_ltk_neg_reply() Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 3/5] Bluetooth: hci_core: Remove header declared but not define Syam Sidhardhan
2012-04-13 22:21   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 4/5] Bluetooth: Remove strtoba " Syam Sidhardhan
2012-04-13 22:27   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 5/5] Bluetooth: mgmt: Remove unwanted goto statement Syam Sidhardhan
2012-04-14 16:29   ` Johan Hedberg
2012-04-13  9:47 ` [PATCH BlueZ 00/19] Fix D-Bus memory leaks, bluetooth name, double unref etc Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334243001-17016-19-git-send-email-s.syam@samsung.com \
    --to=s.syam@samsung.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.