libnm-core: fix typos in API documentation

This commit is contained in:
Beniamino Galvani 2019-03-19 15:04:54 +01:00
parent d9143d851d
commit 2691fd279d
2 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ _vf_vlan_create_hash (void)
}
/**
* nm_srio_vf_new:
* nm_sriov_vf_new:
* @index: the VF index
*
* Creates a new #NMSriovVF object.

View file

@ -2439,7 +2439,7 @@ _tc_read_common_opts (const char *str,
* @str: the string representation of a qdisc
* @error: location of the error
*
* Parces the tc style string qdisc representation of the queueing
* Parses the tc style string qdisc representation of the queueing
* discipline to a %NMTCQdisc instance. Supports a subset of the tc language.
*
* Returns: the %NMTCQdisc or %NULL
@ -2554,7 +2554,7 @@ nm_utils_tc_action_to_str (NMTCAction *action, GError **error)
* @str: the string representation of a action
* @error: location of the error
*
* Parces the tc style string action representation of the queueing
* Parses the tc style string action representation of the queueing
* discipline to a %NMTCAction instance. Supports a subset of the tc language.
*
* Returns: the %NMTCAction or %NULL
@ -2707,7 +2707,7 @@ static const NMVariantAttributeSpec * const tc_tfilter_attribute_spec[] = {
* @str: the string representation of a tfilter
* @error: location of the error
*
* Parces the tc style string tfilter representation of the queueing
* Parses the tc style string tfilter representation of the queueing
* discipline to a %NMTCTfilter instance. Supports a subset of the tc language.
*
* Returns: the %NMTCTfilter or %NULL