summaryrefslogtreecommitdiffstats
path: root/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.c b/common/log.c
index b3ae9c22..54f625d7 100644
--- a/common/log.c
+++ b/common/log.c
@@ -149,7 +149,7 @@ internal_log_start(struct log_config *l_cfg)
return ret;
}
- /* if progname is NULL, we ureturn error */
+ /* if progname is NULL, we return error */
if (0 == l_cfg->program_name)
{
g_writeln("program_name not properly assigned");