run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
This commit is contained in:
parent
aa9f9333ea
commit
87e2ae2014
31 changed files with 47 additions and 47 deletions
|
@ -102,7 +102,7 @@ checkNetMonitor client = do
|
|||
networkd = "org.freedesktop.network1"
|
||||
wicd = "org.wicd.daemon"
|
||||
|
||||
{- Listens for systemd-networkd connections and diconnections.
|
||||
{- Listens for systemd-networkd connections and disconnections.
|
||||
-
|
||||
- Connection example (once fully connected):
|
||||
- [Variant {"OperationalState": Variant "routable"}]
|
||||
|
@ -128,7 +128,7 @@ listenNDConnections client setconnected =
|
|||
else setconnected False
|
||||
Nothing -> noop
|
||||
|
||||
{- Listens for NetworkManager connections and diconnections.
|
||||
{- Listens for NetworkManager connections and disconnections.
|
||||
-
|
||||
- Connection example (once fully connected):
|
||||
- [Variant {"ActivatingConnection": Variant (ObjectPath "/"), "PrimaryConnection": Variant (ObjectPath "/org/freedesktop/NetworkManager/ActiveConnection/34"), "State": Variant 70}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue