X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flog.c;h=d82747ea8c914459997a254c9435a2d563721977;hb=00dc5d769ac4a4019d6b6fe22e8383ec8b030a96;hp=2dd3e978ff1f2e1a0611ef0f7d8935f70cb719b5;hpb=c31e14954b158351b11f886332229a61fff2e5d1;p=elogind.git diff --git a/src/log.c b/src/log.c index 2dd3e978f..d82747ea8 100644 --- a/src/log.c +++ b/src/log.c @@ -300,7 +300,7 @@ static int write_to_syslog( IOVEC_SET_STRING(iovec[3], header_pid); IOVEC_SET_STRING(iovec[4], buffer); - /* 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 (syslog_is_stream) iovec[4].iov_len++;