From 34fd62899003f8c25356214d93f6b71c2eb567df Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 30 Sep 2018 11:30:18 -0300 Subject: Fix typos https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/21 [thaller@redhat.com: fix generated clients/common/settings-docs.h.in file and fix wrong change in src/systemd/src/libsystemd/sd-event/sd-event.c] --- libnm-core/nm-setting-sriov.c | 2 +- libnm-core/nm-setting-team-port.c | 2 +- libnm-core/nm-setting-team.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libnm-core') diff --git a/libnm-core/nm-setting-sriov.c b/libnm-core/nm-setting-sriov.c index 785143b063..d23277a023 100644 --- a/libnm-core/nm-setting-sriov.c +++ b/libnm-core/nm-setting-sriov.c @@ -1283,7 +1283,7 @@ nm_setting_sriov_class_init (NMSettingSriovClass *klass) * * "2 mac=00:11:22:33:44:55 spoof-check=true". * - * The "vlans" attribute is represented as a semicolor-separated + * The "vlans" attribute is represented as a semicolon-separated * list of VLAN descriptors, where each descriptor has the form * * "ID[.PRIORITY[.PROTO]]". diff --git a/libnm-core/nm-setting-team-port.c b/libnm-core/nm-setting-team-port.c index ee84aaf72e..1901386c62 100644 --- a/libnm-core/nm-setting-team-port.c +++ b/libnm-core/nm-setting-team-port.c @@ -703,7 +703,7 @@ nm_setting_team_port_class_init (NMSettingTeamPortClass *klass) * Available keys are: ethtool: 'delay-up', 'delay-down', 'init-wait'; * nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; * arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', - * 'validate-incative', 'send-always'. See teamd.conf man for more details. + * 'validate-inactive', 'send-always'. See teamd.conf man for more details. * * Since: 1.12 **/ diff --git a/libnm-core/nm-setting-team.c b/libnm-core/nm-setting-team.c index 5f070d8e98..c1389d042d 100644 --- a/libnm-core/nm-setting-team.c +++ b/libnm-core/nm-setting-team.c @@ -1806,7 +1806,7 @@ nm_setting_team_class_init (NMSettingTeamClass *klass) * Available keys are: ethtool: 'delay-up', 'delay-down', 'init-wait'; * nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; * arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', - * 'validate-incative', 'send-always'. See teamd.conf man for more details. + * 'validate-inactive', 'send-always'. See teamd.conf man for more details. * * Since: 1.12 **/ -- cgit v1.2.1