summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Talbert <ptalbert@redhat.com>2018-11-23 16:43:11 +0100
committerThomas Haller <thaller@redhat.com>2018-11-23 17:37:44 +0100
commit25a0739658a19aa3e445088bbec7dca3aebd5279 (patch)
tree9bc797f4bbf201bc69c530244c2f2465f24a0d95
parent94ea3a5e1b14878807c6e664efe47f802707595d (diff)
downloadNetworkManager-25a0739658a19aa3e445088bbec7dca3aebd5279.tar.gz
clients: Fix typo in _dump_team_link_watcher output
This makes the output of a 'con show' for a team device look suspect. Signed-off-by: Patrick Talbert <ptalbert@redhat.com> Fixes: 4657390d458df34bdf85ed3903d0566d11ce61dd https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/53
-rw-r--r--clients/common/nm-meta-setting-desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index f8d3516d4a..5534f6137d 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -283,7 +283,7 @@ _dump_team_link_watcher (NMTeamLinkWatcher *watcher)
}
/* NM_TEAM_LINK_WATCHER_NSNA_PING and NM_TEAM_LINK_WATCHER_ARP_PING */
DUMP_WATCHER_INT (w_dump, watcher, "init-wait", init_wait);
- DUMP_WATCHER_INT (w_dump, watcher, "initerval", interval);
+ DUMP_WATCHER_INT (w_dump, watcher, "interval", interval);
DUMP_WATCHER_INT (w_dump, watcher, "missed-max", missed_max);
#undef DUMP_WATCHER_INT
g_string_append_printf (w_dump, " target-host=%s",