journal: fix typo in comment (#4176)
authorFelix Zhang <FelixZhang@users.noreply.github.com>
Sun, 18 Sep 2016 09:14:50 +0000 (17:14 +0800)
committerMartin Pitt <martin.pitt@ubuntu.com>
Sun, 18 Sep 2016 09:14:50 +0000 (11:14 +0200)
src/journal/journald-server.c

index cc352db..a762558 100644 (file)
@@ -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. */