summaryrefslogtreecommitdiffstats
path: root/openpgp/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-04-22 17:18:40 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-05-07 09:10:33 +0200
commit0e207cc2051bafb166db2df9fd85d2eb5cd7ba1a (patch)
tree883964ac1415c6243fa5a23b36f87dc60f45bd3c /openpgp/src
parent7f3565c3cfde6bed164349fbaf87b2621b35449a (diff)
openpgp: Typo.
Diffstat (limited to 'openpgp/src')
-rw-r--r--openpgp/src/types/timestamp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/types/timestamp.rs b/openpgp/src/types/timestamp.rs
index d56171f3..4ed4ab6e 100644
--- a/openpgp/src/types/timestamp.rs
+++ b/openpgp/src/types/timestamp.rs
@@ -19,7 +19,7 @@ use crate::{
///
/// They cannot express dates further than 7th February of 2106 or earlier than
/// the [UNIX epoch]. Unlike Unix's `time_t`, OpenPGP's timestamp is unsigned so
-/// it rollsover in 2106, not 2038.
+/// it rolls over in 2106, not 2038.
///
/// # Examples
///