summaryrefslogtreecommitdiff
path: root/src/pkg/mime/multipart/quotedprintable_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/mime/multipart/quotedprintable_test.go')
-rw-r--r--src/pkg/mime/multipart/quotedprintable_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/mime/multipart/quotedprintable_test.go b/src/pkg/mime/multipart/quotedprintable_test.go
index 8a95f7f03..c4de3eb75 100644
--- a/src/pkg/mime/multipart/quotedprintable_test.go
+++ b/src/pkg/mime/multipart/quotedprintable_test.go
@@ -131,7 +131,7 @@ func TestQPExhaustive(t *testing.T) {
return
}
if strings.HasSuffix(errStr, "0x0a") || strings.HasSuffix(errStr, "0x0d") {
- // bunch of cases; since whitespace at the end of of a line before \n is removed.
+ // bunch of cases; since whitespace at the end of a line before \n is removed.
return
}
}