summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-08-08 15:34:33 +0200
committerDan Williams <dcbw@redhat.com>2013-08-12 13:31:07 -0500
commite26642c26ca5274d79405332e00a50df219a8ab8 (patch)
treee7cf55d1ca4db813cfc402a4d5672722aa78e47a
parent8d10e8bbe68915db7dd96a907c43f78ec690d384 (diff)
downloadNetworkManager-e26642c26ca5274d79405332e00a50df219a8ab8.tar.gz
trivial: fix spelling errors in code comments
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index fc0fec6eea..51c3ab77c7 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -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)