libnm-util: fix a docs typo

This commit is contained in:
Dan Winship 2012-02-21 11:22:24 -05:00
parent 92412357c3
commit 258d0b397c

View file

@ -452,13 +452,13 @@ nm_setting_bond_class_init (NMSettingBondClass *setting_class)
/**
* NMSettingBond:interface-name:
*
* The name of the virtual in-kernel bonding nework interface
* The name of the virtual in-kernel bonding network interface
**/
g_object_class_install_property
(object_class, PROP_INTERFACE_NAME,
g_param_spec_string (NM_SETTING_BOND_INTERFACE_NAME,
"InterfaceName",
"The name of the virtual in-kernel bonding nework interface",
"The name of the virtual in-kernel bonding network interface",
NULL,
G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE));