diff options
| author | Lubomir Rintel <lkundrak@v3.sk> | 2019-03-11 12:00:32 +0100 |
|---|---|---|
| committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-03-11 12:03:46 +0100 |
| commit | 4251f4e4764a4ec11765390bc36c2a007382009d (patch) | |
| tree | 101cdb2925a30e36202efd88a1fe0376355c02a3 /examples/python | |
| parent | 25d1e5f51c4945fe57689a9fddcba7e49d7647e8 (diff) | |
| download | NetworkManager-4251f4e4764a4ec11765390bc36c2a007382009d.tar.gz | |
all: codespell fixes
Codespel run with the same arguments as described in
commit 58510ed56679 ('docs: misc. typos pt2').
(cherry picked from commit bf0c4e6ac2855088e3962693886bb6ab71856f7b)
Diffstat (limited to 'examples/python')
| -rwxr-xr-x | examples/python/gi/nm-wg-set | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/gi/nm-wg-set b/examples/python/gi/nm-wg-set index 32097f83f3..81ee5667e4 100755 --- a/examples/python/gi/nm-wg-set +++ b/examples/python/gi/nm-wg-set @@ -35,7 +35,7 @@ # after activating the profile. Use `nmcli connection up` for that. # # The example script does not support creating or deleting the WireGuard profile itself. It also -# does not support modifying other settings of the connection profile, like the IP address configuation. +# does not support modifying other settings of the connection profile, like the IP address configuration. # For that also use nmcli. For example: # # PROFILE=wg0 |
