Imported Upstream connman version 1.38
[platform/upstream/connman.git] / doc / agent-api.txt
index 2ddd19a..b2becd2 100755 (executable)
@@ -36,7 +36,7 @@ Methods               void Release()
                void RequestBrowser(object service, string url)
 
                        This method gets called when it is required
-                       to ask the user to open a website to procceed
+                       to ask the user to open a website to proceed
                        with login handling.
 
                        This can happen if connected to a hotspot portal
@@ -54,6 +54,8 @@ Methods               void Release()
                        keys are the field names and the values are the
                        actual fields. Alternatively an error indicating that
                        the request got canceled can be returned.
+                       OperationAborted will be return on a successful
+                       cancel request.
 
                        Most common return field names are "Name" and of
                        course "Passphrase".
@@ -119,7 +121,7 @@ Fields              string Name
                string PreviousPassphrase
 
                        The previous passphrase successfully saved, i.e.
-                       which lead to a successfull connection. This field is
+                       which led to a successful connection. This field is
                        provided as an informational argument when connecting
                        with it does not work anymore, for instance when it
                        has been changed on the AP. Such argument appears when
@@ -166,10 +168,10 @@ Arguments string Type
                        would be the network name or SSID.
 
                        All "mandatory" fields must be returned, while the
-                       "optional" can be returned if available.
+                       "optional" ones can be returned if available.
 
                        Nothing needs to be returned for "informational", as it
-                       is here only to provide an information so a value is
+                       is here only to provide an information. A value is
                        attached to it.
 
                array{string} Alternates