summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-02 11:34:55 +0100
committerThomas Haller <thaller@redhat.com>2018-02-07 13:32:04 +0100
commit28da0154fcf005a8391a540f2c5a5055ca1da33f (patch)
tree59453628ab48acd4d8aee63c67ab3e60c3ba3626 /TODO
parente4839accf5a5b470b9bf2287f0269ddc4ce0f91b (diff)
all: drop trailing spaces
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 86fef82be..cdca4b70a 100644
--- a/TODO
+++ b/TODO
@@ -19,7 +19,7 @@ The first is the largest obstacle, but ideally we implement this and enable it
when we have the required glib and libsoup versions available. One other
complication is that this checking should be done during the
NM_DEVICE_STATE_IP_CHECK phase (along with other operations like WiFi hotspot
-auto-login) while the current checks are done globally in nm-manager.c, so
+auto-login) while the current checks are done globally in nm-manager.c, so
keeping both code paths might be complex.
But ideally, once the device has successfully gotten an IPv4 or IPv6 address, it
@@ -235,7 +235,7 @@ proceeds with the connection.
NM sends the correct wpa_supplicant config for WPS to the supplicant, and waits
for the connection to occur. WPS can only be used the *first* time, so after a
-first successfull connection, NM must request the actual hexadecimal PSK from
+first successfull connection, NM must request the actual hexadecimal PSK from
wpa_supplicant via D-Bus, and store that PSK in the connection, clear any WPS
PIN code from the connection, and save the connection to backing storage.