Skip to content

Commit 6102fb5

Browse files
committed
fix typos
1 parent 809fc90 commit 6102fb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//!
1414
//! fn request_cert() -> Result<(), Error> {
1515
//!
16-
//! // Use DirectoryUrl::LetsEncrypStaging for dev/testing.
16+
//! // Use DirectoryUrl::LetsEncryptStaging for dev/testing.
1717
//! let url = DirectoryUrl::LetsEncrypt;
1818
//!
1919
//! // Save/load keys and certificates to current dir.
@@ -66,8 +66,8 @@
6666
//! // the file/contents in the correct place.
6767
//! // update_my_web_server(&path, &proof);
6868
//!
69-
//! // After the file is accessible from the web, the calls
70-
//! // this to tell the ACME API to start checking the
69+
//! // After the file is accessible from the web,
70+
//! // this tells the ACME API to start checking the
7171
//! // existence of the proof.
7272
//! //
7373
//! // The order at ACME will change status to either

0 commit comments

Comments
 (0)