Fix typo in TestMsgCompressLengthEscapingMatch comment

This commit is contained in:
Tom Thorogood 2018-11-29 09:58:18 +10:30
parent d27f0d3482
commit 56118562d7
No known key found for this signature in database
GPG Key ID: 86C63CDA416C6D2F
1 changed files with 1 additions and 1 deletions

View File

@ -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