aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-01 16:34:58 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-01 16:34:58 +0200
commitd8bd486761d8e90b06a37b0658f81a2ebf3be9a8 (patch)
tree120a68bf1cc54d6e5f8a09dce99e827d806c4f7f
parent4f0ce17d6e1285a3a94701c106fc0fc0a7b6ff27 (diff)
typo
-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