mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 19:50:08 +01:00
libnm: fix typo
This commit is contained in:
parent
270285e82a
commit
bdb2a488c3
1 changed files with 1 additions and 1 deletions
|
|
@ -2235,7 +2235,7 @@ _team_setting_verify_properties(const NMTeamSetting *self, GError **error)
|
|||
g_set_error(error,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_SETTING,
|
||||
_("value out or range"));
|
||||
_("value out of range"));
|
||||
_team_setting_prefix_error_plain(self->d.is_port,
|
||||
attr_data->property_name,
|
||||
error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue