From: Felix Zhang Date: Sun, 18 Sep 2016 09:14:50 +0000 (+0800) Subject: journal: fix typo in comment (#4176) X-Git-Tag: v232~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8352659c9428b196706d04399eec106a8917ed;p=thirdparty%2Fsystemd.git journal: fix typo in comment (#4176) --- diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index cc352dbae25..a762558e3de 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -1587,7 +1587,7 @@ static int dispatch_notify_event(sd_event_source *es, int fd, uint32_t revents, assert(s->notify_fd == fd); /* The $NOTIFY_SOCKET is writable again, now send exactly one - * message on it. Either it's the wtachdog event, the initial + * message on it. Either it's the watchdog event, the initial * READY=1 event or an stdout stream event. If there's nothing * to write anymore, turn our event source off. The next time * there's something to send it will be turned on again. */