gaoxingwang 2022-10-12 09:32:19 +08:00 committed by Thomas Haller
parent 977787171e
commit 2a0bbd788b
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -385,7 +385,7 @@ _set_fcn_precheck_connection_secondaries(NMClient *client,
} else {
con = nmc_find_connection(connections, "id", *iter, NULL, FALSE);
if (!con) {
g_set_error(error, 1, 0, _("'%s' is not a name of any exiting profile"), *iter);
g_set_error(error, 1, 0, _("'%s' is not a name of any existing profile"), *iter);
return FALSE;
}