aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-12-06 00:38:43 +0000
committerStefan Bellon <[email protected]>2002-12-06 00:38:43 +0000
commitea86ca6565e95e79968be2beb3a9e974084f1cdd (patch)
tree8041249305632a5eef51550b17413bedf77280ae
parent* gpg.sgml: Document --no-mangle-dos-filenames. (diff)
downloadgnupg-ea86ca6565e95e79968be2beb3a9e974084f1cdd.tar.gz
gnupg-ea86ca6565e95e79968be2beb3a9e974084f1cdd.zip
fixed typo
-rw-r--r--g10/ChangeLog5
-rw-r--r--g10/options.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 07b2b3b63..f2da7d80a 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-06 Stefan Bellon <[email protected]>
+
+ * options.h: Fixed typo (mangle_dos_names instead of
+ mangle_dos_filenames).
+
2002-12-05 Werner Koch <[email protected]>
* g10.c: New options --[no-]mangle-dos-filenames.
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;