diff options
author | Dan Winship <danw@gnome.org> | 2013-04-19 13:17:38 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-04-19 15:37:48 -0400 |
commit | 649d2e4c1b2feb66f190fea0627d3419c7ee64ab (patch) | |
tree | c8334ca1534782560e4ae41913b2262fbe725432 /libnm-util | |
parent | ac50fc26425ba58637887b82a65d532981c20542 (diff) | |
download | NetworkManager-649d2e4c1b2feb66f190fea0627d3419c7ee64ab.tar.gz |
libnm-util: fix doc bug in NMSettingIP6Config
Diffstat (limited to 'libnm-util')
-rw-r--r-- | libnm-util/nm-setting-ip6-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-setting-ip6-config.c b/libnm-util/nm-setting-ip6-config.c index 5768fa5929..62d8fdf2d0 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.", |