aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>2010-11-15 19:48:03 +0100
committerJohan Hedberg <johan.hedberg@nokia.com>2010-11-16 13:39:43 +0000
commit8ef71548686b3e9e2152aed46177e6bfca749b09 (patch)
tree2699a2973e0d60ac937890b49177b0be978f1818 /doc
parente430998efb9da9c89f1d94e3b6786a14aed834eb (diff)
downloadbluez-8ef71548686b3e9e2152aed46177e6bfca749b09.tar.gz
Fix typos in adapter documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/adapter-api.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 6a28d302..65e28871 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -178,18 +178,18 @@ Signals PropertyChanged(string name, variant value)
DeviceFound(string address, dict values)
- This signal will be send every time an inquiry result
+ This signal will be sent every time an inquiry result
has been found by the service daemon. In general they
only appear during a device discovery.
- The dictionary can contain bascially the same values
- that we be returned by the GetProperties method
+ The dictionary can contain basically the same values
+ that are returned by the GetProperties method
from the org.bluez.Device interface. In addition there
can be values for the RSSI and the TX power level.
DeviceDisappeared(string address)
- This signal will be send when an inquiry session for
+ This signal will be sent when an inquiry session for
a periodic discovery finishes and previously found
devices are no longer in range or visible.