summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-02-17 19:06:24 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-02-25 22:17:46 +0100
commit61722fdeb10c146e518840cda73914be151ba571 (patch)
tree4186c715b1367374eac8b209c4f6fe18d56a5f72
parent913896721d7c7c65f7e4a24e8c0d9d275a9dfbaa (diff)
downloadNetworkManager-61722fdeb10c146e518840cda73914be151ba571.tar.gz
libnm-core/trivial: fix a typo in doc comment
-rw-r--r--libnm-core/nm-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c
index f9dd4b1be2..9fc66c8753 100644
--- a/libnm-core/nm-utils.c
+++ b/libnm-core/nm-utils.c
@@ -3745,7 +3745,7 @@ nm_utils_is_valid_iface_name (const char *name, GError **error)
*
* Validate the network interface name.
*
- * Deprecated: 1.6: use nm_utils_is_valid_iface_name() insteead, with better error reporting.
+ * Deprecated: 1.6: use nm_utils_is_valid_iface_name() instead, with better error reporting.
*
* Returns: %TRUE if interface name is valid, otherwise %FALSE is returned.
*/