X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogger.c;h=9c3cb1abd770723c1cd8b1803047b85cc2d8b76b;hp=9d67ab6bd82074d407957cbda87ffdc44b90340c;hb=abe35cc2b7921891cc56cd8d402e8f7d1ef48d39;hpb=b00bad36414ba3acd857f8c5f3dec12ba202363a diff --git a/src/logger.c b/src/logger.c index 9d67ab6bd..9c3cb1abd 100644 --- a/src/logger.c +++ b/src/logger.c @@ -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++;