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;