1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Remove testing cruft.

Typo fixes.
This commit is contained in:
Werner Koch 2009-05-19 09:26:17 +00:00
parent 387a51f951
commit 98f10d74b8
3 changed files with 3 additions and 9 deletions

View file

@ -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);*/