From e26642c26ca5274d79405332e00a50df219a8ab8 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 8 Aug 2013 15:34:33 +0200 Subject: [PATCH] trivial: fix spelling errors in code comments Signed-off-by: Thomas Haller --- src/devices/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index fc0fec6ee..51c3ab77c 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)