diff options
| author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-05-06 09:05:38 -0400 |
|---|---|---|
| committer | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-05-06 09:05:38 -0400 |
| commit | 0a6a55b5472fff76a09d3b2435ec0d09329a93d7 (patch) | |
| tree | 6e9826cfec408a0fec92064ba82d87f5eb4d4a16 /common/log.c | |
| parent | 824909118367d0b012069a3aa94b70b990b6ece0 (diff) | |
| parent | b95dc9e12f570c6612c74f2b9b409946ad5ecdcb (diff) | |
| download | xrdp-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.c | 2 |
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"); |
