summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-05-24 07:11:24 +0200
committerThomas Haller <thaller@redhat.com>2017-05-24 10:42:33 +0200
commitc73b39c3a6626dbba0c018014123ae8b97fb6abc (patch)
tree865ae004a70a1f5e77f6b6b5731adcce04773a58
parentf15fd1e50476b2da1d6be60eac9e87c7d9ed8992 (diff)
downloadNetworkManager-c73b39c3a6626dbba0c018014123ae8b97fb6abc.tar.gz
clients: fix typo
-rw-r--r--clients/common/nm-meta-setting-desc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index 08855e02c2..a48291dcba 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -2246,7 +2246,7 @@ _values_fcn_bond_options (ARGS_VALUES_FCN)
}
static gconstpointer
-_get_fcn_connection_autoconnect_retires (ARGS_GET_FCN)
+_get_fcn_connection_autoconnect_retries (ARGS_GET_FCN)
{
NMSettingConnection *s_con = NM_SETTING_CONNECTION (setting);
gint retries;
@@ -4988,7 +4988,7 @@ static const NMMetaPropertyInfo *const property_infos_CONNECTION[] = {
),
PROPERTY_INFO_WITH_DESC (NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES,
.property_type = DEFINE_PROPERTY_TYPE (
- .get_fcn = _get_fcn_connection_autoconnect_retires,
+ .get_fcn = _get_fcn_connection_autoconnect_retries,
.set_fcn = _set_fcn_gobject_int,
),
),