mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 17:40:38 +01:00
trivial: fix a typo in description of ipv6.method in libnm-util
This commit is contained in:
parent
50bec85f98
commit
8e050a3a77
1 changed files with 3 additions and 3 deletions
|
|
@ -903,8 +903,8 @@ 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 'ignore' is specified, IPv6
|
||||
* configuration is not done. This property must be set. NOTE: the 'shared'
|
||||
* method are not yet supported.
|
||||
* configuration is not done. This property must be set. Note: the 'shared'
|
||||
* method is not yet supported.
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_METHOD,
|
||||
|
|
@ -922,7 +922,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *setting_class)
|
|||
"used and at least one IP address must be given in "
|
||||
" the 'addresses' property. If 'ignore' is "
|
||||
"specified, IPv6 configuration is not done. This "
|
||||
"property must be set. NOTE: the 'shared' method"
|
||||
"property must be set. Note: the 'shared' method "
|
||||
"is not yet supported.",
|
||||
NULL,
|
||||
G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue