aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
diff options
context:
space:
mode:
authorhttps://brian.may.myopenid.com// <https://brian.may.myopenid.com//@web>2008-10-25 22:53:55 -0400
committerJoey Hess <joey@kitenet.net>2008-10-25 22:53:55 -0400
commitb7c9682b32b0b7e52f9df1f8b32713de8e702e1f (patch)
tree5f9280f6991393f875c579b2bb2901b34f5a5dec /doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
parentecd60221ff2f880bb6c022de5357102e173773c3 (diff)
downloadikiwiki-b7c9682b32b0b7e52f9df1f8b32713de8e702e1f.tar
ikiwiki-b7c9682b32b0b7e52f9df1f8b32713de8e702e1f.tar.gz
fix typo.
Diffstat (limited to 'doc/bugs/ssl_certificates_not_checked_with_openid.mdwn')
-rw-r--r--doc/bugs/ssl_certificates_not_checked_with_openid.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
index 71a8d70fb..04ece0ae8 100644
--- a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
+++ b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
@@ -73,7 +73,7 @@ I think [[!cpan Crypt::SSLeay]] already supports checking the certificate. The t
is to get [[!cpan LWP::UserAgent]], which is used by [[!cpan LWPx::ParanoidAgent]] to
enable this checking.
-I think the trick is to set on of the the following environment variables before retrieving
+I think the trick is to set one of the the following environment variables before retrieving
the data:
$ENV{HTTPS\_CA\_DIR} = "/etc/ssl/certs/";