summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wired.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-07-02 11:09:42 +0300
committerThomas Haller <thaller@redhat.com>2017-07-03 21:23:27 +0200
commite1fd127511daaf0c3096390d5a8e825b7c68c137 (patch)
tree8d60f8100ad72242615d17edb71797d73e383557 /libnm-core/nm-setting-wired.c
parent26928eced4525b08923649d2a0c7a1c5e64edaa8 (diff)
downloadNetworkManager-e1fd127511daaf0c3096390d5a8e825b7c68c137.tar.gz
all: fix minor typos in settings docs
https://bugzilla.gnome.org/show_bug.cgi?id=784440
Diffstat (limited to 'libnm-core/nm-setting-wired.c')
-rw-r--r--libnm-core/nm-setting-wired.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-wired.c b/libnm-core/nm-setting-wired.c
index ee7ddf88c8..9dbae61450 100644
--- a/libnm-core/nm-setting-wired.c
+++ b/libnm-core/nm-setting-wired.c
@@ -1012,9 +1012,9 @@ nm_setting_wired_class_init (NMSettingWiredClass *setting_wired_class)
/**
* NMSettingWired:port:
*
- * Specific port type to use if multiple the device supports multiple
+ * Specific port type to use if the device supports multiple
* attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit
- * Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface.
+ * Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface).
* If the device supports only one port type, this setting is ignored.
**/
/* ---ifcfg-rh---
@@ -1033,7 +1033,7 @@ nm_setting_wired_class_init (NMSettingWiredClass *setting_wired_class)
/**
* NMSettingWired:speed:
*
- * Can be set to a value grater than zero only when "auto-negotiate" is "off".
+ * Can be set to a value greater than zero only when "auto-negotiate" is "off".
* In that case, statically configures the device to use that specified speed.
* In Mbit/s, ie 100 == 100Mbit/s.
* Must be set together with the "duplex" property when non-zero.