docs: misc. typos
Found via `codespell -q 3 --skip="*.po"` https://github.com/NetworkManager/NetworkManager/pull/203
This commit is contained in:

committed by
Beniamino Galvani

parent
30674675cb
commit
f985b6944a
@@ -101,7 +101,7 @@ loop = GObject.MainLoop()
|
||||
def properties_changed(props):
|
||||
if 'State' in props:
|
||||
if props['State'] == 2:
|
||||
print("Succesfully connected")
|
||||
print("Successfully connected")
|
||||
loop.quit()
|
||||
if props['State'] == 3 or props['State'] == 4:
|
||||
print("Bond activation failed")
|
||||
|
Reference in New Issue
Block a user