From 2691fd279d0213efd680689fc7e787bbd95a84af Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 19 Mar 2019 15:04:54 +0100 Subject: [PATCH] libnm-core: fix typos in API documentation --- libnm-core/nm-setting-sriov.c | 2 +- libnm-core/nm-utils.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libnm-core/nm-setting-sriov.c b/libnm-core/nm-setting-sriov.c index 8fe4961135..b662ca2cf6 100644 --- a/libnm-core/nm-setting-sriov.c +++ b/libnm-core/nm-setting-sriov.c @@ -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. diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c index 9f3b209ccf..d662ce7556 100644 --- a/libnm-core/nm-utils.c +++ b/libnm-core/nm-utils.c @@ -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