From ba59beb636a8bd5d58115375926476fa05fd7e6c Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 6 Aug 2012 19:44:49 -0500 Subject: [PATCH] trivial: fix typo in libnm-glib NMDevice documentation --- libnm-glib/nm-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-glib/nm-device.c b/libnm-glib/nm-device.c index b3a4f72a34..fc33400324 100644 --- a/libnm-glib/nm-device.c +++ b/libnm-glib/nm-device.c @@ -1105,7 +1105,7 @@ nm_device_get_ip4_config (NMDevice *device) * * Gets the current #NMDHCP4Config associated with the #NMDevice. * - * Returns: (transfer none): the #NMDHCPConfig or %NULL if the device is not activated or not + * Returns: (transfer none): the #NMDHCP4Config or %NULL if the device is not activated or not * using DHCP. **/ NMDHCP4Config * @@ -1140,7 +1140,7 @@ nm_device_get_ip6_config (NMDevice *device) * * Gets the current #NMDHCP6Config associated with the #NMDevice. * - * Returns: (transfer none): the #NMDHCPConfig or %NULL if the device is not activated or not + * Returns: (transfer none): the #NMDHCP6Config or %NULL if the device is not activated or not * using DHCP. **/ NMDHCP6Config *