chiark / gitweb /
tmpfiles: consider TRUNCATE_DIRECTORY as well.
[elogind.git] / src / logger.c
index 9d67ab6bd82074d407957cbda87ffdc44b90340c..9c3cb1abd770723c1cd8b1803047b85cc2d8b76b 100644 (file)
@@ -174,7 +174,7 @@ static int stream_log(Stream *s, char *p, usec_t ts) {
                 IOVEC_SET_STRING(iovec[3], header_pid);
                 IOVEC_SET_STRING(iovec[4], p);
 
-                /* When using syslog via SOCK_STREAM seperate the messages by NUL chars */
+                /* When using syslog via SOCK_STREAM separate the messages by NUL chars */
                 if (s->server->syslog_is_stream)
                         iovec[4].iov_len++;