summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-11-06 12:22:06 +0100
committerThomas Haller <thaller@redhat.com>2017-11-06 12:26:31 +0100
commit5986d92053d5706b49e2a51e28b5802fe2b049cf (patch)
treeafeff1279c5fe961bd1f0c9512d22a68c65f053e
parenta172b901d57712c1ff5c54bcee67e5885ffaf0c3 (diff)
downloadNetworkManager-5986d92053d5706b49e2a51e28b5802fe2b049cf.tar.gz
doc: fix type on documentation for NMSettingOvsPort:bond-updelay
Fixes: 8a1ae40a80efcd6632ea7ba4845b85aec5afe19b https://bugzilla.gnome.org/show_bug.cgi?id=789880
-rw-r--r--clients/common/settings-docs.c.in2
-rw-r--r--libnm-core/nm-setting-ovs-port.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/clients/common/settings-docs.c.in b/clients/common/settings-docs.c.in
index b523a39428..3547c833a7 100644
--- a/clients/common/settings-docs.c.in
+++ b/clients/common/settings-docs.c.in
@@ -274,7 +274,7 @@
#define DESCRIBE_DOC_NM_SETTING_OVS_PATCH_PEER N_("Specifies the unicast destination IP address of a remote OpenVSwitch bridge port to connect to.")
#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_DOWNDELAY N_("The time port must be inactive in order to be considered down.")
#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_MODE N_("Bonding mode. One of \"active-backup\", \"balance-slb\", or \"balance-tcp\".")
-#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_UPDELAY N_("The time port must be active befor it starts forwarding traffic.")
+#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_UPDELAY N_("The time port must be active before it starts forwarding traffic.")
#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_LACP N_("LACP mode. One of \"active\", \"off\", or \"passive\".")
#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_NAME N_("The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example \"ppp\" or \"wireless\" or \"wired\".")
#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_TAG N_("The VLAN tag in the range 0-4095.")
diff --git a/libnm-core/nm-setting-ovs-port.c b/libnm-core/nm-setting-ovs-port.c
index bd05f2e7b2..456e3fbc33 100644
--- a/libnm-core/nm-setting-ovs-port.c
+++ b/libnm-core/nm-setting-ovs-port.c
@@ -440,7 +440,7 @@ nm_setting_ovs_port_class_init (NMSettingOvsPortClass *setting_class)
/**
* NMSettingOvsPort:bond-updelay:
*
- * The time port must be active befor it starts forwarding traffic.
+ * The time port must be active before it starts forwarding traffic.
*
* Since: 1.10
**/