From 649d2e4c1b2feb66f190fea0627d3419c7ee64ab Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 19 Apr 2013 13:17:38 -0400 Subject: [PATCH] libnm-util: fix doc bug in NMSettingIP6Config --- libnm-util/nm-setting-ip6-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-util/nm-setting-ip6-config.c b/libnm-util/nm-setting-ip6-config.c index 5768fa592..62d8fdf2d 100644 --- a/libnm-util/nm-setting-ip6-config.c +++ b/libnm-util/nm-setting-ip6-config.c @@ -890,7 +890,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *setting_class) * based hardware. If 'link-local' is specified, then an IPv6 link-local * address will be assigned to the interface. If 'manual' is specified, * static IP addressing is used and at least one IP address must be given - * in the 'addresses' property. If 'ignored' is specified, IPv6 + * in the 'addresses' property. If 'ignore' is specified, IPv6 * configuration is not done. This property must be set. NOTE: the 'shared' * method are not yet supported. **/ @@ -908,7 +908,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *setting_class) "address will be assigned to the interface. If " "'manual' is specified, static IP addressing is " "used and at least one IP address must be given in " - " the 'addresses' property. If 'ignored' is " + " the 'addresses' property. If 'ignore' is " "specified, IPv6 configuration is not done. This " "property must be set. NOTE: the 'shared' method" "is not yet supported.",