From 265065f20da806b5dd631749edb7fb78f15cb549 Mon Sep 17 00:00:00 2001 From: Chen Rotem Levy Date: Wed, 24 Apr 2019 20:29:23 +0300 Subject: [PATCH] Typo in rustdoc (#507) s/certicates/certificates/ --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bce047c..abe98a1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -139,7 +139,7 @@ //! security to connect to HTTPS destinations. This means schannel on Windows, //! Security-Framework on macOS, and OpenSSL on Linux. //! -//! - Additional X509 certicates can be configured on a `ClientBuilder` with the +//! - Additional X509 certificates can be configured on a `ClientBuilder` with the //! [`Certificate`](Certificate) type. //! - Client certificates can be add to a `ClientBuilder` with the //! [`Identity`][Identity] type.