summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-02-17 07:09:57 +0100
committerThomas Haller <thaller@redhat.com>2015-02-17 07:10:01 +0100
commit9d6b67012c2bd0cbdcb8af715b5388b17e45d8a2 (patch)
treed969360cd14d5c1693a61bbdaf408abf1d861e01
parentbf6073b647598a869eb94a799f1fccecefb3d9e1 (diff)
downloadNetworkManager-9d6b67012c2bd0cbdcb8af715b5388b17e45d8a2.tar.gz
trivial: fix spelling in comment
-rw-r--r--src/nm-default-route-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-default-route-manager.c b/src/nm-default-route-manager.c
index 1aaf446165..73384f25e4 100644
--- a/src/nm-default-route-manager.c
+++ b/src/nm-default-route-manager.c
@@ -116,7 +116,7 @@ typedef struct {
* to indicate that the ifindex is managed but has no default-route.
* Missing entries also indicate that a certain ifindex has no default-route.
* The difference is that missing entries are considered assumed while on
- * (synced && never_default) entires the absence of the default route
+ * (synced && never_default) entries the absence of the default route
* is enforced. NMDefaultRouteManager will actively remove any default
* route on such ifindexes.
* Also, for VPN sources in addition we track them so that a never-default
@@ -294,7 +294,7 @@ _platform_route_sync_flush (const VTableIP *vtable, NMDefaultRouteManager *self,
route = _vt_route_index (vtable, routes, i);
- /* look at all entires and see if the route for this ifindex pair is
+ /* look at all entries and see if the route for this ifindex pair is
* a known entry. */
for (j = 0; j < entries->len; j++) {
Entry *e = g_ptr_array_index (entries, j);