summaryrefslogtreecommitdiff
path: root/src/network/networkd-radv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-radv.c')
-rw-r--r--src/network/networkd-radv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/networkd-radv.c b/src/network/networkd-radv.c
index 4e74756d17..8d933f1901 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;
}