diff options
author | Dave Reisner <d@falconindy.com> | 2010-09-29 09:13:04 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 21:50:56 +0200 |
commit | c899f8c61a6f42ec53dbc5645e0ff96c58b2d57a (patch) | |
tree | b093b751cce215f4eb38b8510295ab83f7448809 /src/logger.c | |
parent | 7607fea6a1c3301f86dea204ab7c7e0d98385464 (diff) |
fix typo: s/seperat/separat/g
Diffstat (limited to 'src/logger.c')
-rw-r--r-- | src/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logger.c b/src/logger.c index 9d67ab6bd8..9c3cb1abd7 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++; |