libnm-core/trivial: fix a typo in doc comment

This commit is contained in:
Lubomir Rintel 2017-02-17 19:06:24 +01:00
parent 913896721d
commit 61722fdeb1

View file

@ -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.
*/