summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-14 13:01:06 +0100
committerThomas Haller <thaller@redhat.com>2022-03-14 13:01:06 +0100
commit1d6080827b0cc4d0ad5331a55381946b7336ca86 (patch)
tree34eae733f018d6dca0ecfaae570b5e5274cb1185
parente2fe97a25f8da9e898970346ce5b0fca5fe68ad0 (diff)
coding-style: fix formatting
-rw-r--r--src/nmcli/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmcli/connections.c b/src/nmcli/connections.c
index bb73bb4918..d61f8f7ce9 100644
--- a/src/nmcli/connections.c
+++ b/src/nmcli/connections.c
@@ -529,7 +529,7 @@ _connection_check_deprecated(NMConnection *c)
if (s_wsec) {
key_mgmt = nm_setting_wireless_security_get_key_mgmt(s_wsec);
if (NM_IN_STRSET(key_mgmt, "ieee8021x", "none"))
- return _("WEP encryption is known to be insecure");
+ return _("WEP encryption is known to be insecure");
}
return NULL;