]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
fix typo.
[ikiwiki.git] / doc / bugs / ssl_certificates_not_checked_with_openid.mdwn
index 71a8d70fbc00dfa66705077bd6e2d466d3ae67f4..04ece0ae84ee1c2a9df0c6db597703bde5213c3e 100644 (file)
@@ -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/";