all/trivial: grammar fix

This commit is contained in:
Lubomir Rintel
2018-07-09 19:09:44 +02:00
parent 0f3f56695a
commit 889961f8b6
7 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@
<!-- <!--
Slaves: Slaves:
Array of object paths representing devices which are currently slaved to Array of object paths representing devices which are currently enslaved to
this device. this device.
--> -->
<property name="Slaves" type="ao" access="read"/> <property name="Slaves" type="ao" access="read"/>

View File

@@ -25,7 +25,7 @@
<!-- <!--
Slaves: Slaves:
Array of object paths representing devices which are currently slaved to Array of object paths representing devices which are currently enslaved to
this device. this device.
--> -->
<property name="Slaves" type="ao" access="read"/> <property name="Slaves" type="ao" access="read"/>

View File

@@ -25,7 +25,7 @@
<!-- <!--
Slaves: Slaves:
Array of object paths representing devices which are currently slaved to Array of object paths representing devices which are currently enslaved to
this device. this device.
--> -->
<property name="Slaves" type="ao" access="read"/> <property name="Slaves" type="ao" access="read"/>

View File

@@ -134,7 +134,7 @@ nm_device_bond_get_carrier (NMDeviceBond *device)
* nm_device_bond_get_slaves: * nm_device_bond_get_slaves:
* @device: a #NMDeviceBond * @device: a #NMDeviceBond
* *
* Gets the devices currently slaved to @device. * Gets the devices currently enslaved to @device.
* *
* Returns: (element-type NMDevice): the #GPtrArray containing * Returns: (element-type NMDevice): the #GPtrArray containing
* #NMDevices that are slaves of @device. This is the internal * #NMDevices that are slaves of @device. This is the internal
@@ -333,7 +333,7 @@ nm_device_bond_class_init (NMDeviceBondClass *bond_class)
/** /**
* NMDeviceBond:slaves: * NMDeviceBond:slaves:
* *
* The devices (#NMDevice) slaved to the bond device. * The devices (#NMDevice) enslaved to the bond device.
* *
* Since: 0.9.8 * Since: 0.9.8
**/ **/

View File

@@ -142,7 +142,7 @@ nm_device_bridge_get_carrier (NMDeviceBridge *device)
* nm_device_bridge_get_slaves: * nm_device_bridge_get_slaves:
* @device: a #NMDeviceBridge * @device: a #NMDeviceBridge
* *
* Gets the devices currently slaved to @device. * Gets the devices currently enslaved to @device.
* *
* Returns: (element-type NMDevice): the #GPtrArray containing * Returns: (element-type NMDevice): the #GPtrArray containing
* #NMDevices that are slaves of @device. This is the internal * #NMDevices that are slaves of @device. This is the internal
@@ -345,7 +345,7 @@ nm_device_bridge_class_init (NMDeviceBridgeClass *bridge_class)
/** /**
* NMDeviceBridge:slaves: * NMDeviceBridge:slaves:
* *
* The devices (#NMDevice) slaved to the bridge device. * The devices (#NMDevice) enslaved to the bridge device.
* *
* Since: 0.9.8 * Since: 0.9.8
**/ **/

View File

@@ -86,7 +86,7 @@ nm_device_bond_get_carrier (NMDeviceBond *device)
* nm_device_bond_get_slaves: * nm_device_bond_get_slaves:
* @device: a #NMDeviceBond * @device: a #NMDeviceBond
* *
* Gets the devices currently slaved to @device. * Gets the devices currently enslaved to @device.
* *
* Returns: (element-type NMDevice): the #GPtrArray containing * Returns: (element-type NMDevice): the #GPtrArray containing
* #NMDevices that are slaves of @device. This is the internal * #NMDevices that are slaves of @device. This is the internal
@@ -250,7 +250,7 @@ nm_device_bond_class_init (NMDeviceBondClass *bond_class)
/** /**
* NMDeviceBond:slaves: (type GPtrArray(NMDevice)) * NMDeviceBond:slaves: (type GPtrArray(NMDevice))
* *
* The devices slaved to the bond device. * The devices enslaved to the bond device.
**/ **/
g_object_class_install_property g_object_class_install_property
(object_class, PROP_SLAVES, (object_class, PROP_SLAVES,

View File

@@ -86,7 +86,7 @@ nm_device_bridge_get_carrier (NMDeviceBridge *device)
* nm_device_bridge_get_slaves: * nm_device_bridge_get_slaves:
* @device: a #NMDeviceBridge * @device: a #NMDeviceBridge
* *
* Gets the devices currently slaved to @device. * Gets the devices currently enslaved to @device.
* *
* Returns: (element-type NMDevice): the #GPtrArray containing * Returns: (element-type NMDevice): the #GPtrArray containing
* #NMDevices that are slaves of @device. This is the internal * #NMDevices that are slaves of @device. This is the internal
@@ -255,7 +255,7 @@ nm_device_bridge_class_init (NMDeviceBridgeClass *bridge_class)
/** /**
* NMDeviceBridge:slaves: (type GPtrArray(NMDevice)) * NMDeviceBridge:slaves: (type GPtrArray(NMDevice))
* *
* The devices slaved to the bridge device. * The devices enslaved to the bridge device.
**/ **/
g_object_class_install_property g_object_class_install_property
(object_class, PROP_SLAVES, (object_class, PROP_SLAVES,