networkd: s/now/know

This commit is contained in:
Lennart Poettering 2015-08-27 20:23:17 +02:00
parent e37d2c941f
commit c2c940bda0

View file

@ -869,7 +869,7 @@ Link* manager_find_uplink(Manager *m, Link *exclude) {
link = hashmap_get(m->links, INT_TO_PTR(gateways[i].ifindex));
if (!link) {
log_debug("Weird, found a gateway for a link we don't now. Ignoring.");
log_debug("Weird, found a gateway for a link we don't know. Ignoring.");
continue;
}