mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: Fix typos in error names
This commit is contained in:
parent
8f9912dbee
commit
d4dc2df06b
@ -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()
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user