From: Yu Watanabe Date: Tue, 5 Nov 2019 01:42:19 +0000 (+0900) Subject: network: fix typo X-Git-Tag: v244-rc1~95^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=095b3a7d9030eeed2686d6013fc1416486147c89;p=thirdparty%2Fsystemd.git network: fix typo --- 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; }