fixed typo

This commit is contained in:
Stefan Bellon 2002-12-06 00:38:43 +00:00
parent fce148aa0e
commit ea86ca6565
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-12-06 Stefan Bellon <sbellon@sbellon.de>
* options.h: Fixed typo (mangle_dos_names instead of
mangle_dos_filenames).
2002-12-05 Werner Koch <wk@gnupg.org>
* g10.c: New options --[no-]mangle-dos-filenames.

View File

@ -179,7 +179,7 @@ struct {
int show_keyring;
struct groupitem *grouplist;
int strict;
int mangle_dos_names;
int mangle_dos_filenames;
} opt;