summaryrefslogtreecommitdiff
path: root/examples/python/gi/deactivate-all.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/gi/deactivate-all.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/gi/deactivate-all.py')
-rwxr-xr-xexamples/python/gi/deactivate-all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/gi/deactivate-all.py b/examples/python/gi/deactivate-all.py
index a45885224a..13d14bc9ac 100755
--- a/examples/python/gi/deactivate-all.py
+++ b/examples/python/gi/deactivate-all.py
@@ -35,7 +35,7 @@ import gi
gi.require_version('NM', '1.0')
from gi.repository import NM
-# suported connection types
+# supported connection types
connection_types = {
NM.SETTING_VPN_SETTING_NAME,
NM.SETTING_WIRELESS_SETTING_NAME,