summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-dcb.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-dcb.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-dcb.c')
-rw-r--r--libnm-core/nm-setting-dcb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-dcb.c b/libnm-core/nm-setting-dcb.c
index 7c9a0c7508..24d461a11c 100644
--- a/libnm-core/nm-setting-dcb.c
+++ b/libnm-core/nm-setting-dcb.c
@@ -1182,7 +1182,7 @@ nm_setting_dcb_class_init (NMSettingDcbClass *setting_class)
* An array of 8 uint values, where the array index corresponds to the
* Priority Group ID (0 - 7) and the value indicates the percentage of link
* bandwidth allocated to that group. Allowed values are 0 - 100, and the
- * sum of all values must total 100 percent.
+ * sum of all values must total 100 percents.
*
* Element-type: guint
**/
@@ -1211,7 +1211,7 @@ nm_setting_dcb_class_init (NMSettingDcbClass *setting_class)
* Priority (0 - 7) and the value indicates the percentage of bandwidth of
* the priority's assigned group that the priority may use. The sum of all
* percentages for priorities which belong to the same group must total 100
- * percent.
+ * percents.
*
* Element-type: guint
**/