diff options
author | Werner Koch <[email protected]> | 2009-05-19 09:26:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-05-19 09:26:17 +0000 |
commit | 98f10d74b847920885c6e6d4dfd527ecfec9ee8e (patch) | |
tree | 31c64bd687ac61d8638db1ed9f8383b8cace0074 /jnlib/logging.c | |
parent | New gpgsm server option no-encrypt-to. (diff) | |
download | gnupg-98f10d74b847920885c6e6d4dfd527ecfec9ee8e.tar.gz gnupg-98f10d74b847920885c6e6d4dfd527ecfec9ee8e.zip |
Remove testing cruft.
Typo fixes.
Diffstat (limited to 'jnlib/logging.c')
-rw-r--r-- | jnlib/logging.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlib/logging.c b/jnlib/logging.c index fb41b45ef..40b58aeb9 100644 --- a/jnlib/logging.c +++ b/jnlib/logging.c @@ -171,9 +171,9 @@ fun_writer (void *cookie_arg, const char *buffer, my_funopen_hook_size_t size) if (!running_detached) { /* Due to all the problems with apps not running - detahced but beeing caled with stderr closed or + detached but being called with stderr closed or used for a different purposes, it does not make - sense to switch to stderr. We tehrefore disable it. */ + sense to switch to stderr. We therefore disable it. */ if (!cookie->quiet) { /* fputs ("switching logging to stderr\n", stderr);*/ |