Fix typos and repeated words
[openssl.git] / doc / man3 / X509_check_host.pod
index 7732cb80f3b76c202fdf63795d132d42f03ad40f..459c37652d80ff6dc1a3c8bfbb54ebec5baaf90e 100644 (file)
@@ -37,7 +37,7 @@ Per section 6.4.2 of RFC 6125, B<name> values representing international
 domain names must be given in A-label form.  The B<namelen> argument
 must be the number of characters in the name string or zero in which
 case the length is calculated with strlen(B<name>).  When B<name> starts
-with a dot (e.g ".example.com"), it will be matched by a certificate
+with a dot (e.g. ".example.com"), it will be matched by a certificate
 valid for any sub-domain of B<name>, (see also
 B<X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS> below).