summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-09-29 09:13:04 -0400
committerLennart Poettering <lennart@poettering.net>2010-10-05 21:50:56 +0200
commitc899f8c61a6f42ec53dbc5645e0ff96c58b2d57a (patch)
treeb093b751cce215f4eb38b8510295ab83f7448809 /src/log.c
parent7607fea6a1c3301f86dea204ab7c7e0d98385464 (diff)
fix typo: s/seperat/separat/g
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
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++;