diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2017-05-05 14:11:05 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2017-05-05 19:16:39 +0200 |
commit | 1d08391ed197caea4e100480f35c21e1974ff01f (patch) | |
tree | 57d145bfb6977606a79d5019fdf8437e21f679f9 /libnm-util/nm-setting-vlan.c | |
parent | 8f4caab60196132c2fd0eb4a444f93f78f130e8e (diff) | |
download | NetworkManager-1d08391ed197caea4e100480f35c21e1974ff01f.tar.gz |
all: fix typo 'entires' -> 'entries'
(cherry picked from commit a4cbfe6f0a1fe19ddf7d98cf7a0e1914fe085aff)
Diffstat (limited to 'libnm-util/nm-setting-vlan.c')
-rw-r--r-- | libnm-util/nm-setting-vlan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-setting-vlan.c b/libnm-util/nm-setting-vlan.c index 3437d69772..3cddb3f904 100644 --- a/libnm-util/nm-setting-vlan.c +++ b/libnm-util/nm-setting-vlan.c @@ -286,7 +286,7 @@ nm_setting_vlan_add_priority_str (NMSettingVlan *setting, * @setting: the #NMSettingVlan * @map: the type of priority map * - * Returns the number of entires in the + * Returns the number of entries in the * #NMSettingVlan:ingress_priority_map or #NMSettingVlan:egress_priority_map * properties of this setting. * @@ -499,7 +499,7 @@ nm_setting_vlan_remove_priority_str_by_value (NMSettingVlan *setting, * @setting: the #NMSettingVlan * @map: the type of priority map * - * Clear all the entires from #NMSettingVlan:ingress_priority_map or + * Clear all the entries from #NMSettingVlan:ingress_priority_map or * #NMSettingVlan:egress_priority_map properties. */ void |