diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-07-09 19:09:44 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-07-10 13:12:02 +0200 |
commit | 889961f8b6c3a29c93fa01fa9cfae21cf0373af6 (patch) | |
tree | 88a9ccea776b3b41f4d0580cd6d96bb40daebe20 /libnm-glib/nm-device-bond.c | |
parent | 0f3f56695a87202b014f1a921c93c23a6d10ac62 (diff) | |
download | NetworkManager-889961f8b6c3a29c93fa01fa9cfae21cf0373af6.tar.gz |
all/trivial: grammar fix
Diffstat (limited to 'libnm-glib/nm-device-bond.c')
-rw-r--r-- | libnm-glib/nm-device-bond.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-glib/nm-device-bond.c b/libnm-glib/nm-device-bond.c index bd5bc216a7..a4f0f5014c 100644 --- a/libnm-glib/nm-device-bond.c +++ b/libnm-glib/nm-device-bond.c @@ -134,7 +134,7 @@ nm_device_bond_get_carrier (NMDeviceBond *device) * nm_device_bond_get_slaves: * @device: a #NMDeviceBond * - * Gets the devices currently slaved to @device. + * Gets the devices currently enslaved to @device. * * Returns: (element-type NMDevice): the #GPtrArray containing * #NMDevices that are slaves of @device. This is the internal @@ -333,7 +333,7 @@ nm_device_bond_class_init (NMDeviceBondClass *bond_class) /** * NMDeviceBond:slaves: * - * The devices (#NMDevice) slaved to the bond device. + * The devices (#NMDevice) enslaved to the bond device. * * Since: 0.9.8 **/ |