summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet')
-rw-r--r--openpgp/src/packet/signature.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/signature.rs b/openpgp/src/packet/signature.rs
index 614c14b7..782ad526 100644
--- a/openpgp/src/packet/signature.rs
+++ b/openpgp/src/packet/signature.rs
@@ -1636,7 +1636,7 @@ impl SignatureBuilder {
if t > now {
return Err(Error::InvalidOperation(
- "Cannot create valid signature newer than template"
+ "Cannot create valid signature newer than SignatureBuilder template"
.into()).into());
}