diff options
author | Stefan Bellon <sbellon@sbellon.de> | 2002-12-06 01:38:43 +0100 |
---|---|---|
committer | Stefan Bellon <sbellon@sbellon.de> | 2002-12-06 01:38:43 +0100 |
commit | ea86ca6565e95e79968be2beb3a9e974084f1cdd (patch) | |
tree | 8041249305632a5eef51550b17413bedf77280ae /g10/options.h | |
parent | * gpg.sgml: Document --no-mangle-dos-filenames. (diff) | |
download | gnupg2-ea86ca6565e95e79968be2beb3a9e974084f1cdd.tar.xz gnupg2-ea86ca6565e95e79968be2beb3a9e974084f1cdd.zip |
fixed typo
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index d82b30125..f3a408eb4 100644 --- a/g10/options.h +++ b/g10/options.h @@ -179,7 +179,7 @@ struct { int show_keyring; struct groupitem *grouplist; int strict; - int mangle_dos_names; + int mangle_dos_filenames; } opt; |