From d8bd486761d8e90b06a37b0658f81a2ebf3be9a8 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 1 May 2017 16:34:58 +0200 Subject: typo --- sig/sig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3