chiark / gitweb /
fix typo: s/seperat/separat/g
[elogind.git] / src / log.c
index 2dd3e978ff1f2e1a0611ef0f7d8935f70cb719b5..d82747ea8c914459997a254c9435a2d563721977 100644 (file)
--- 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++;