summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framing/framing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/framing/framing.go b/framing/framing.go
index 62170ae..710bc1f 100644
--- a/framing/framing.go
+++ b/framing/framing.go
@@ -100,7 +100,7 @@ var ErrAgain = errors.New("framing: More data needed to decode")
// Error returned when Decoder.Decode() failes to authenticate a frame.
var ErrTagMismatch = errors.New("framing: Poly1305 tag mismatch")
-// Error returned when the NaCL SecretBox nonce's counter wraps (FATAL).
+// Error returned when the NaCl SecretBox nonce's counter wraps (FATAL).
var ErrNonceCounterWrapped = errors.New("framing: Nonce counter wrapped")
// InvalidPayloadLengthError is the error returned when Encoder.Encode()