networkd: wait-online - fix typo

This commit is contained in:
Tom Gundersen 2014-03-03 20:16:12 +01:00
parent 7ba4fedb80
commit b6b8adbff4

View File

@ -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) {