mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-06 00:00:31 +01:00
nmcli: fix typo 'exiting' -> 'existing'
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1115 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1424
This commit is contained in:
parent
977787171e
commit
2a0bbd788b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue