summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko <heiko@schaefer.name>2021-05-03 19:55:05 +0200
committerHeiko <heiko@schaefer.name>2021-05-03 19:55:05 +0200
commitb015804b27bd2c5012e25fddeea39e9c3b29cd00 (patch)
tree4bdaafc0020cf85f453cf770f67efef284eab06d
parent241a89bbecf9bfb558094807e6e63cf2af43d8dc (diff)
downloadopenpgp-ca-b015804b27bd2c5012e25fddeea39e9c3b29cd00.tar.gz
Typo in comment.
-rw-r--r--src/ca.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca.rs b/src/ca.rs
index 4f04273..20d8bf2 100644
--- a/src/ca.rs
+++ b/src/ca.rs
@@ -18,7 +18,7 @@
//! # let file = tempfile::NamedTempFile::new().unwrap();
//! # let db_filename = file.path().to_str().unwrap();
//!
-//! // start a new OpenPGP CA instance (implicitely creates the database file)
+//! // start a new OpenPGP CA instance (implicitly creates the database file)
//! let openpgp_ca = OpenpgpCa::new(Some(db_filename)).expect("Failed to set up CA");
//!
//! // initialize the CA Admin (with domainname and a symbolic name)