From c818262849f952c4adb2b06c0ea8fbd637e2dd6e Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 20 Nov 2008 16:06:57 +0000 Subject: [PATCH] Doc update git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4317 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- libnm-util/nm-connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-util/nm-connection.c b/libnm-util/nm-connection.c index a0f97bd462..1a1f3cbf77 100644 --- a/libnm-util/nm-connection.c +++ b/libnm-util/nm-connection.c @@ -360,7 +360,7 @@ nm_connection_add_setting (NMConnection *connection, NMSetting *setting) /** * nm_connection_remove_setting: * @connection: a #NMConnection - * @type: the #GType of the setting object to remove + * @setting_type: the #GType of the setting object to remove * * Removes the #NMSetting with the given #GType from the #NMConnection. This * operation dereferences the #NMSetting object. @@ -377,7 +377,7 @@ nm_connection_remove_setting (NMConnection *connection, GType setting_type) /** * nm_connection_get_setting: * @connection: a #NMConnection - * @type: the #GType of the setting object to return + * @setting_type: the #GType of the setting object to return * * Gets the #NMSetting with the given #GType, if one has been previously added * to the #NMConnection.