summaryrefslogtreecommitdiffstats
path: root/common/log.c
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2016-05-06 09:05:38 -0400
committerItamar Reis Peixoto <itamar@ispbrasil.com.br>2016-05-06 09:05:38 -0400
commit0a6a55b5472fff76a09d3b2435ec0d09329a93d7 (patch)
tree6e9826cfec408a0fec92064ba82d87f5eb4d4a16 /common/log.c
parent824909118367d0b012069a3aa94b70b990b6ece0 (diff)
parentb95dc9e12f570c6612c74f2b9b409946ad5ecdcb (diff)
downloadxrdp-proprietary-0a6a55b5472fff76a09d3b2435ec0d09329a93d7.tar.gz
xrdp-proprietary-0a6a55b5472fff76a09d3b2435ec0d09329a93d7.zip
Merge pull request #370 from proski/typos
Typo fixes and more
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");