aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2007-07-19 12:46:08 +0000
committerDavid Shaw <[email protected]>2007-07-19 12:46:08 +0000
commit3b9eca640b9e57fa1be03b449fbeb549ae3463aa (patch)
tree7b91ad482e1b2445cdeaaba40ff786857039be6f
parent* armor.c (parse_header_line): Improve test so that the header test (diff)
downloadgnupg-3b9eca640b9e57fa1be03b449fbeb549ae3463aa.tar.gz
gnupg-3b9eca640b9e57fa1be03b449fbeb549ae3463aa.zip
* gpg.c (main): Fix typo. Noted by John Clizbe.
-rw-r--r--g10/ChangeLog2
-rw-r--r--g10/gpg.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index eecc2b454..713dab44f 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,7 @@
2007-07-19 David Shaw <[email protected]>
+ * gpg.c (main): Fix typo. Noted by John Clizbe.
+
* armor.c (parse_header_line): Improve test so that the header
test only allows "Hash" in the signed data section.
diff --git a/g10/gpg.c b/g10/gpg.c
index 09e51d855..7856d7478 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2850,7 +2850,7 @@ main (int argc, char **argv )
#ifdef USE_CAMELLIA
/* We better also print a runtime warning if people build it with
support for Camellia (which is not yet defiend by OpenPGP). */
- log_info ("WARNING: This version has been build with support for the "
+ log_info ("WARNING: This version has been built with support for the "
"Camellia cipher.\n");
log_info (" It is for testing only and is NOT for production "
"use!\n");