mirror of
https://github.com/systemd/systemd.git
synced 2024-12-14 04:33:37 +08:00
networkd: wait-online - fix typo
This commit is contained in:
parent
7ba4fedb80
commit
b6b8adbff4
@ -119,7 +119,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
sd_notify(false,
|
||||
"READY=1\n"
|
||||
"STATUS=Waiting for network connecitons...");
|
||||
"STATUS=Waiting for network connections...");
|
||||
|
||||
r = sd_event_loop(event);
|
||||
if (r < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user