diff options
-rw-r--r-- | doc/service-api.txt | 2 | ||||
-rw-r--r-- | doc/session-api.txt | 2 | ||||
-rw-r--r-- | doc/technology-api.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index b33eb6f1..e7224ccb 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -61,7 +61,7 @@ Methods dict GetProperties() [deprecated] method will fail. This method can also be used to abort a previous - connectiong attempt via the Connect method. + connection attempt via the Connect method. Possible Errors: [service].Error.InvalidArguments diff --git a/doc/session-api.txt b/doc/session-api.txt index a0a328d3..3aac535a 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -180,5 +180,5 @@ Settings string State [readonly] session with 'any' will be created. (This setting will be removed when the unique process - identifaction problem is solved.) + identification problem is solved.) diff --git a/doc/technology-api.txt b/doc/technology-api.txt index 9fe66b32..92886e10 100644 --- a/doc/technology-api.txt +++ b/doc/technology-api.txt @@ -50,10 +50,10 @@ Properties boolean Powered [readwrite] boolean Connected [readonly] - Boolean representing if a technolgy is connected. + Boolean representing if a technology is connected. This is just a convience property for allowing the - UI to easily show if this technolgy has an active + UI to easily show if this technology has an active connection or not. If this property is True it means that at least one |