summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSyam Sidhardhan <syamsidhardh@gmail.com>2011-08-11 00:13:27 +0530
committerJohan Hedberg <johan.hedberg@intel.com>2011-08-12 10:54:22 +0300
commit0253f58958c615b49306d4f7968269630d2ae5f9 (patch)
treeee6401a10ddbe8abab4a28070a1f7618105e1555 /doc
parentacd3cd5b1e582cd5c8dad1837b5a7bb0d1375139 (diff)
downloadobexd-0253f58958c615b49306d4f7968269630d2ae5f9.tar.gz
doc: Fix typo in client-api
Diffstat (limited to 'doc')
-rw-r--r--doc/client-api.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 4104adb..3e61cf7 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -130,7 +130,7 @@ Methods void ChangeFolder(string folder)
void MoveFile(string sourcefile, string targetfile)
- Movea file within the remote device from source file
+ Move a file within the remote device from source file
to the target file.
void Delete(string file)
@@ -245,11 +245,11 @@ Methods void SetLocation(string location)
string GetPhonebook()
- retrieve an entire Phonebook Object store from remote device
+ Retrieve an entire Phonebook Object store from remote device
void PutPhonebook(string obj)
- send an entire Phonebook Object store to remote device
+ Send an entire Phonebook Object store to remote device
Transfer hierarchy
==================
@@ -317,7 +317,7 @@ Methods void Release()
void Complete(object transfer)
- Informs that the transfer has completed sucessfully.
+ Informs that the transfer has completed successfully.
void Error(object transfer, string message)