aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sig/sig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sig/sig.go b/sig/sig.go
index dd05d89..f0e00bc 100644
--- a/sig/sig.go
+++ b/sig/sig.go
@@ -19,7 +19,7 @@ var ErrComment = errors.New("expected untrusted comment")
// The encoded form is:
// untrusted comment: comment
// base64-encoded key
-// optinal message
+// optional message
type Block struct {
Comment string
Bytes []byte