aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/stringhelp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-01-20 19:24:24 +0000
committerWerner Koch <[email protected]>2009-01-20 19:24:24 +0000
commit7b33b9324abc05ccd221af475e1b08012abe354f (patch)
tree840c2f3ed39113b06e6f00d7cf1d692b1a55d387 /jnlib/stringhelp.c
parentAdd a few translations to the audit-log. (diff)
downloadgnupg-7b33b9324abc05ccd221af475e1b08012abe354f.tar.gz
gnupg-7b33b9324abc05ccd221af475e1b08012abe354f.zip
Print more directories with gpgconf --list-dirs.
Diffstat (limited to 'jnlib/stringhelp.c')
-rw-r--r--jnlib/stringhelp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlib/stringhelp.c b/jnlib/stringhelp.c
index 7f09c517c..3760c1db3 100644
--- a/jnlib/stringhelp.c
+++ b/jnlib/stringhelp.c
@@ -314,8 +314,8 @@ make_dirname(const char *filepath)
/* Implementation of make_filename and make_filename_try. We need to
- use macros here toa void the use of the soemtimes problematic
- va_copy fucntion which is not available on all systems. */
+ use macros here to avoid the use of the sometimes problematic
+ va_copy function which is not available on all systems. */
#define MAKE_FILENAME_PART1 \
va_list arg_ptr; \
size_t n; \