From a20b11a7521b8bb991ad44f47984079137c50371 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 12:37:39 +0100 Subject: [PATCH] correct spelling mistake --- sinks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinks.go b/sinks.go index cb42b41..6c0b8be 100644 --- a/sinks.go +++ b/sinks.go @@ -159,7 +159,7 @@ func ProtoSink(m proto.Message) Sink { } type protoSink struct { - dst proto.Message // authorative value + dst proto.Message // authoritative value typ string v ByteView // encoded