diff --git a/src/network/networkd-radv.c b/src/network/networkd-radv.c index 4e74756d170..8d933f1901d 100644 --- a/src/network/networkd-radv.c +++ b/src/network/networkd-radv.c @@ -388,7 +388,8 @@ int config_parse_route_prefix_lifetime(const char *unit, r = parse_sec(rvalue, &usec); if (r < 0) { - log_syntax(unit, LOG_ERR, filename, line, r, "Roure lifetime is invalid, ignoring assignment: %s", rvalue); + log_syntax(unit, LOG_ERR, filename, line, r, + "Route lifetime is invalid, ignoring assignment: %s", rvalue); return 0; }