Skip to content

Commit

Permalink
lint: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Apr 2, 2021
1 parent 6c5c846 commit 5530f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gzip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestGzip(t *testing.T) {
_, err := w.Write([]byte("Lorem Ipsum is simply dummy text of the printing and typesetting industry. " +
"Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took " +
"a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries," +
" but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised" +
" but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized" +
" in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, " +
"and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."))
require.NoError(t, err)
Expand Down

0 comments on commit 5530f46

Please sign in to comment.