summaryrefslogtreecommitdiff
path: root/clients/tests
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2018-09-30 11:30:18 -0300
committerThomas Haller <thaller@redhat.com>2018-09-30 21:14:55 +0200
commit34fd62899003f8c25356214d93f6b71c2eb567df (patch)
tree1ceda46527650a6188c26d48a294a291ad0f56d6 /clients/tests
parent83c2aaf33ae38edb80c2619e82d172f10c7acede (diff)
downloadNetworkManager-34fd62899003f8c25356214d93f6b71c2eb567df.tar.gz
Fix typos
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/21 [thaller@redhat.com: fix generated clients/common/settings-docs.h.in file and fix wrong change in src/systemd/src/libsystemd/sd-event/sd-event.c]
Diffstat (limited to 'clients/tests')
-rwxr-xr-xclients/tests/test-client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tests/test-client.py b/clients/tests/test-client.py
index 4a2edc1e7e..ba4ce7760f 100755
--- a/clients/tests/test-client.py
+++ b/clients/tests/test-client.py
@@ -27,7 +27,7 @@ from __future__ import print_function
# # $ LANG=pl_PL.UTF-8 ./clients/cli/nmcli --version
# # also ensure that `locale -a` reports the Polish locale.
# $ rm -rf clients/tests/test-client.check-on-disk/*.expected
-# # (step seldomly required)
+# # (step seldom required)
# # Sometimes, if you want to be sure that the test would generate
# # exactly the same .expected files, purge the previous version first.
# # This is only necessary, when you remove test from this file.