From 9d237a2bfc050a17c603a0e3efce2db41d6de6a0 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Tue, 12 Jul 2016 22:45:26 -0400 Subject: [PATCH] Fix docs typos Signed-off-by: Jonathan Rudenberg --- state.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/state.go b/state.go index d1cddb4..a134f41 100644 --- a/state.go +++ b/state.go @@ -3,7 +3,7 @@ // Noise is a low-level framework for building crypto protocols. Noise protocols // support mutual and optional authentication, identity hiding, forward secrecy, // zero round-trip encryption, and other advanced features. For more details, -// visit http://noiseprotocol.org +// visit http://noiseprotocol.org. package noise import ( @@ -183,7 +183,7 @@ type Config struct { CipherSuite CipherSuite // Random is the source for cryptographically appropriate random bytes. If - // zero, it is automtically configed. + // zero, it is automatically configured. Random io.Reader // Pattern is the pattern for the handshake.