[Pkg-privacy-commits] [obfs4proxy] 26/151: Fix comment (No functional changes).

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:59:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository obfs4proxy.

commit 89d5338eed93e9324d91ff498962c7dbe5b93f56
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Wed May 14 08:13:42 2014 +0000

    Fix comment (No functional changes).
---
 framing/framing.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git



More information about the Pkg-privacy-commits mailing list