From 56118562d7547f3265c19f501805ab71e7ae5974 Mon Sep 17 00:00:00 2001 From: Tom Thorogood Date: Thu, 29 Nov 2018 09:58:18 +1030 Subject: [PATCH] Fix typo in TestMsgCompressLengthEscapingMatch comment --- length_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/length_test.go b/length_test.go index 825af2a3..6dacb40a 100644 --- a/length_test.go +++ b/length_test.go @@ -387,7 +387,7 @@ func TestMsgCompressLengthEscapingMatch(t *testing.T) { // Although slightly non-optimal, "example.org." and "ex\\097mple.org." // are not considered equal in the compression map, even though \097 is // a valid escaping of a. This test ensures that the Len code and the - // Pack don't disagree on this. + // Pack code don't disagree on this. msg := new(Msg) msg.Compress = true