mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 21:10:08 +01:00
trivial: fix spelling errors in code comments
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
8d10e8bbe6
commit
e26642c26c
1 changed files with 1 additions and 1 deletions
|
|
@ -1296,7 +1296,7 @@ nm_device_master_get_slaves (NMDevice *dev)
|
|||
* @ifindex: the slave's interface index
|
||||
*
|
||||
* Returns: the slave with the given @ifindex of which @device is the master,
|
||||
* or %NULL if no device with @ifinidex is a slave of @device.
|
||||
* or %NULL if no device with @ifindex is a slave of @device.
|
||||
*/
|
||||
NMDevice *
|
||||
nm_device_master_get_slave_by_ifindex (NMDevice *dev, int ifindex)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue