diff options
author | Thomas Haller <thaller@redhat.com> | 2020-07-13 23:40:46 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-07-13 23:40:48 +0200 |
commit | 7b14686ae2b0d610661af1958062c5388c0cb6bf (patch) | |
tree | fc9be8c6b5758ca10fd59d28549f46d8a44f68a8 /src/platform/tests/test-route.c | |
parent | 8582a5f356b758b9fc44f977fbad10132fcbd926 (diff) | |
parent | 5542275672672299860117f6cc3c5b8e234bd8dc (diff) | |
download | NetworkManager-1.27.1-dev.tar.gz |
release: bump version to 1.27.1 (development)1.27.1-dev
Diffstat (limited to 'src/platform/tests/test-route.c')
-rw-r--r-- | src/platform/tests/test-route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platform/tests/test-route.c b/src/platform/tests/test-route.c index 42b5baf0f8..531c61dbdc 100644 --- a/src/platform/tests/test-route.c +++ b/src/platform/tests/test-route.c @@ -1309,7 +1309,7 @@ _rule_fuzzy_equal (const NMPObject *obj, break; case RTM_DELRULE: /* when deleting a rule with RTM_DELRULE, kernel tries to find the - * cadidate to delete. It might delete the wrong rule (rh#1685816). */ + * candidate to delete. It might delete the wrong rule (rh#1685816). */ if (rr->action == FR_ACT_UNSPEC) rr_co.action = FR_ACT_UNSPEC; if (rr->iifname[0] == '\0') @@ -1510,7 +1510,7 @@ again: objs_sync = g_ptr_array_new_with_free_func ((GDestroyNotify) nmp_object_unref); - /* ensure that priorities are unique. Otherwise it confuses the test, because + /* ensure that priorities are unique. Otherwise, it confuses the test, because * kernel may wrongly be unable to add/delete routes based on a wrong match * (rh#1685816, rh#1685816). */ for (i = 0; i < objs->len; i++) { |