summaryrefslogtreecommitdiff
path: root/libnm-core
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2018-09-30 11:30:18 -0300
committerThomas Haller <thaller@redhat.com>2018-09-30 21:14:55 +0200
commit34fd62899003f8c25356214d93f6b71c2eb567df (patch)
tree1ceda46527650a6188c26d48a294a291ad0f56d6 /libnm-core
parent83c2aaf33ae38edb80c2619e82d172f10c7acede (diff)
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]
Diffstat (limited to 'libnm-core')
-rw-r--r--libnm-core/nm-setting-sriov.c2
-rw-r--r--libnm-core/nm-setting-team-port.c2
-rw-r--r--libnm-core/nm-setting-team.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-sriov.c b/libnm-core/nm-setting-sriov.c
index 785143b06..d23277a02 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 ee84aaf72..1901386c6 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 5f070d8e9..c1389d042 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
**/