]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
wait-online: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Jul 2021 23:42:15 +0000 (08:42 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 7 Jul 2021 09:06:11 +0000 (11:06 +0200)
src/network/wait-online/wait-online.c

index a60f384624a1882ffa720233a17a4ad37671d272..1b24b6f1a695dad0e78cf48ea4b1c9e3a9d534e8 100644 (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");