summaryrefslogtreecommitdiff
path: root/examples/python/dbus/create-bond.py
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-09-14 23:49:20 -0400
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-15 09:08:03 +0200
commitf985b6944a1147281e34721c96db1a41baca65b3 (patch)
tree87d7771495460461560386e704aa53c298c8c226 /examples/python/dbus/create-bond.py
parent30674675cb00785d676c672488fde9e27c2c3df4 (diff)
downloadNetworkManager-f985b6944a1147281e34721c96db1a41baca65b3.tar.gz
docs: misc. typos
Found via `codespell -q 3 --skip="*.po"` https://github.com/NetworkManager/NetworkManager/pull/203
Diffstat (limited to 'examples/python/dbus/create-bond.py')
-rwxr-xr-xexamples/python/dbus/create-bond.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/dbus/create-bond.py b/examples/python/dbus/create-bond.py
index 4600b9c222..4347b2a0b1 100755
--- a/examples/python/dbus/create-bond.py
+++ b/examples/python/dbus/create-bond.py
@@ -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")