[svn] GnuPG - r4549 - branches/STABLE-BRANCH-1-4/g10
svn author dshaw
cvs at cvs.gnupg.org
Thu Jul 19 14:46:38 CEST 2007
Author: dshaw
Date: 2007-07-19 14:46:08 +0200 (Thu, 19 Jul 2007)
New Revision: 4549
Modified:
branches/STABLE-BRANCH-1-4/g10/ChangeLog
branches/STABLE-BRANCH-1-4/g10/gpg.c
Log:
* gpg.c (main): Fix typo. Noted by John Clizbe.
Modified: branches/STABLE-BRANCH-1-4/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/ChangeLog 2007-07-19 12:29:22 UTC (rev 4548)
+++ branches/STABLE-BRANCH-1-4/g10/ChangeLog 2007-07-19 12:46:08 UTC (rev 4549)
@@ -1,5 +1,7 @@
2007-07-19 David Shaw <dshaw at jabberwocky.com>
+ * 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.
Modified: branches/STABLE-BRANCH-1-4/g10/gpg.c
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/gpg.c 2007-07-19 12:29:22 UTC (rev 4548)
+++ branches/STABLE-BRANCH-1-4/g10/gpg.c 2007-07-19 12:46:08 UTC (rev 4549)
@@ -2850,7 +2850,7 @@
#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");
More information about the Gnupg-commits
mailing list