]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix typo.
authorhttps://brian.may.myopenid.com// <https://brian.may.myopenid.com//@web>
Sun, 26 Oct 2008 02:53:55 +0000 (22:53 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 26 Oct 2008 02:53:55 +0000 (22:53 -0400)
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/";