1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

wait-online: fix typo

This commit is contained in:
Yu Watanabe 2021-07-07 08:42:15 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 88b2a95064
commit 8ca29d97f2

View File

@ -224,7 +224,7 @@ static int run(int argc, char *argv[]) {
r = sd_event_loop(m->event);
if (r == -ETIMEDOUT)
return log_error_errno(r, "Timeout occured while waiting for network connectivity.");
return log_error_errno(r, "Timeout occurred while waiting for network connectivity.");
if (r < 0)
return log_error_errno(r, "Event loop failed: %m");