summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.c
diff options
context:
space:
mode:
authorYuri Chornoivan2016-10-20 18:08:57 +0200
committerYuri Chornoivan2016-10-20 18:08:57 +0200
commit31fb945332985321b89f21daa37e23a8882b652b (patch)
treea1deb87566e487ebd03bbb50ebb1b771f92f21af /misc-utils/logger.c
parentbuild-sys: use ncurses-config rather than pkg-config (diff)
downloadkernel-qcow2-util-linux-31fb945332985321b89f21daa37e23a8882b652b.tar.gz
kernel-qcow2-util-linux-31fb945332985321b89f21daa37e23a8882b652b.tar.xz
kernel-qcow2-util-linux-31fb945332985321b89f21daa37e23a8882b652b.zip
Fix minor typos
Diffstat (limited to 'misc-utils/logger.c')
-rw-r--r--misc-utils/logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/logger.c b/misc-utils/logger.c
index 4fb650a42..63c43993c 100644
--- a/misc-utils/logger.c
+++ b/misc-utils/logger.c
@@ -908,7 +908,7 @@ static void logger_command_line(const struct logger_ctl *ctl, char **argv)
static void logger_stdin(struct logger_ctl *ctl)
{
- /* note: we re-generate the the syslog header for each log message to
+ /* note: we re-generate the syslog header for each log message to
* update header timestamps and to reflect possible priority changes.
* The initial header is generated by logger_open().
*/