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.
Possible errors: net.connman.iwd.Busy
new.connman.iwd.Failed
net.connman.iwd.Failed
void Disconnect()
Disconnect from the network
Possible errors: net.connman.iwd.Busy
new.connman.iwd.Failed
new.connman.iwd.NotConnected
net.connman.iwd.Failed
net.connman.iwd.NotConnected
array(osns) GetOrderedNetworks()

View File

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