1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Fix spelling error in manpage
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=116380
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116380
Author: Salvatore Bonaccorso <carnil@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-31
--- a/lib/Protocol/ACME.pm
+++ b/lib/Protocol/ACME.pm
@@ -99,7 +99,7 @@
or acme-v01.api.letsencrypt.org
B<account_key>: The account private key in a scalar ref or filename. See C<$self->account_key>
-for details on this arguemtn.
+for details on this argument.
B<openssl>: The path to openssl. If this option is used a local version of the openssl binary will
be used for crypto operations rather than C<Crypt::OpenSSL::RSA>.
|