diff options
author | Felix Zhang <FelixZhang@users.noreply.github.com> | 2016-09-18 17:14:50 +0800 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-18 11:14:50 +0200 |
commit | dd8352659c9428b196706d04399eec106a8917ed (patch) | |
tree | e44891529ac9ed2cb1d477f3b91c007fd541b5ac | |
parent | 7ce9cc154576e342015eab8c1500790a9ededc01 (diff) |
journal: fix typo in comment (#4176)
-rw-r--r-- | src/journal/journald-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index cc352dbae2..a762558e3d 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. */ |