From: Eelco Dolstra Date: Sun, 20 Jan 2013 15:27:58 +0000 (+0100) Subject: Fix some typos X-Git-Tag: v198~441 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=28137202027b07fec5c270c1b1ef12ebaf35d58d;p=elogind.git Fix some typos --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index f7cbbb489..891b3474a 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -745,7 +745,7 @@ open access to the notification socket when using Type=notify or - WatchdogUsec= (see + WatchdogSec= (see above). If those options are used but NotifyAccess= not configured it will be implicitly set diff --git a/src/core/manager.c b/src/core/manager.c index aaf66970c..9c829fdb3 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -123,7 +123,7 @@ static int manager_setup_notify(Manager *m) { ev.data.ptr = &m->notify_watch; if (epoll_ctl(m->epoll_fd, EPOLL_CTL_ADD, m->notify_watch.fd, &ev) < 0) { - log_error("Failed to add timer change fd to epoll: %m"); + log_error("Failed to add notification socket fd to epoll: %m"); return -errno; }