Package: gnupg
Version: 1.4.9-4
Severity: minor
Tags: patch

In the documentation of the --personal-digest-preferences and
--personal-compress-preferences, "also" is misspelled "algo."  The
attached patch fixes these typos.

-- 
Matt                                                 http://ftbfs.org/
diff -ru gnupg-1.4.9~/doc/gpg.texi gnupg-1.4.9/doc/gpg.texi
--- gnupg-1.4.9~/doc/gpg.texi	2009-05-06 08:47:26.000000000 -0700
+++ gnupg-1.4.9/doc/gpg.texi	2009-05-06 08:49:22.000000000 -0700
@@ -1886,7 +1886,7 @@
 and use @code{none} to set no preference at all.  This allows the user
 to factor in their own preferred algorithms when algorithms are chosen
 via recipient key preferences.  The most highly ranked digest
-algorithm in this list is algo used when signing without encryption
+algorithm in this list is also used when signing without encryption
 (e.g. @option{--clearsign} or @option{--sign}). The default value is
 SHA-1.
 
@@ -1896,7 +1896,7 @@
 algorithms, and use @code{none} to set no preference at all.  This
 allows the user to factor in their own preferred algorithms when
 algorithms are chosen via recipient key preferences.  The most highly
-ranked compression algorithm in this list is algo used when there are
+ranked compression algorithm in this list is also used when there are
 no recipient keys to consider (e.g. @option{--symmetric}).
 
 @item --s2k-cipher-algo @code{name}

Reply via email to