summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-07-04 11:37:01 +0300
committerThomas Haller <thaller@redhat.com>2020-07-07 11:33:46 +0200
commit4e33f8cd89fa1edd161f81d56fdfb42faf07f9fa (patch)
tree7fefedc0aa5e0887c04bbf501523a62aaa640575 /clients/cli/nmcli.c
parent4c52c69d66d542d1ef40a8b48cff7ace3a9baef4 (diff)
downloadNetworkManager-4e33f8cd89fa1edd161f81d56fdfb42faf07f9fa.tar.gz
all: fix minor typos
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/565
Diffstat (limited to 'clients/cli/nmcli.c')
-rw-r--r--clients/cli/nmcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/nmcli.c b/clients/cli/nmcli.c
index 0ae4a4de57..9e8f627094 100644
--- a/clients/cli/nmcli.c
+++ b/clients/cli/nmcli.c
@@ -287,7 +287,7 @@ matches_arg (NmCli *nmc,
if (arg) {
/* If there's a "=" separator, replace it with NUL so that matches()
- * works and consider the part after it to be the arguemnt's value. */
+ * works and consider the part after it to be the argument's value. */
s = strchr (opt, '=');
if (s) {
opt = nm_strndup_a (300, opt, s - opt, &opt_free);