From fa8c0877ce7e01af4bbf86298cf838e5adc6475f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 12 Feb 2016 14:26:54 +0100 Subject: [PATCH] trivial: fix spelling in comment --- src/nm-route-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-route-manager.c b/src/nm-route-manager.c index 5af0b9175c..d3443a89be 100644 --- a/src/nm-route-manager.c +++ b/src/nm-route-manager.c @@ -633,7 +633,7 @@ _vx_route_sync (const VTableIP *vtable, NMRouteManager *self, int ifindex, const * causes the route on the unmanaged device to be replaced). * Still, that is not much different then from messing with unmanaged routes when * the effective and the intended metrics equal. The rules is: NM will leave routes - * on unmanged devices alone, unless they conflict with what NM wants to configure. + * on unmanaged devices alone, unless they conflict with what NM wants to configure. ***************************************************************************/ g_array_set_size (ipx_routes->effective_metrics, ipx_routes->entries->len);