diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-08-10 17:53:36 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-08-10 17:54:01 -0400 |
commit | c3c4d4f0e56aa974fe14fca227c22a542a574b49 (patch) | |
tree | 393b019dbfc2a698bb0e0d8e08a0a7c0d48d3988 /doc | |
parent | 9b2f91fcf1097d442286a9af12501016412100e3 (diff) | |
download | connman-c3c4d4f0e56aa974fe14fca227c22a542a574b49.tar.gz connman-c3c4d4f0e56aa974fe14fca227c22a542a574b49.tar.bz2 connman-c3c4d4f0e56aa974fe14fca227c22a542a574b49.zip |
Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 0f9429b9..d8f1f4e7 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -69,7 +69,7 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments - arracy{object,dict} GetServices() + array{object,dict} GetServices() Returns a sorted list of tuples with service object path and dictionary of service properties. |