doc: Fix typos in error names

This commit is contained in:
Tim Kourt 2016-10-03 09:40:40 -07:00 committed by Denis Kenzior
parent 8f9912dbee
commit d4dc2df06b
2 changed files with 8 additions and 8 deletions

View File

@ -10,15 +10,15 @@ Methods void Scan()
Schedule a network scan. Schedule a network scan.
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
new.connman.iwd.Failed net.connman.iwd.Failed
void Disconnect() void Disconnect()
Disconnect from the network Disconnect from the network
Possible errors: net.connman.iwd.Busy Possible errors: net.connman.iwd.Busy
new.connman.iwd.Failed net.connman.iwd.Failed
new.connman.iwd.NotConnected net.connman.iwd.NotConnected
array(osns) GetOrderedNetworks() array(osns) GetOrderedNetworks()

View File

@ -12,11 +12,11 @@ Methods void Connect()
network. network.
Possible errors: net.connman.iwd.Aborted Possible errors: net.connman.iwd.Aborted
new.connman.iwd.Busy net.connman.iwd.Busy
new.connman.iwd.Failed net.connman.iwd.Failed
new.connman.iwd.NoAgent net.connman.iwd.NoAgent
new.connman.iwd.NotSupported net.connman.iwd.NotSupported
new.connman.iwd.Timeout net.connman.iwd.Timeout
net.connman.iwd.InProgress net.connman.iwd.InProgress
Properties string Name [readonly] Properties string Name [readonly]