go/src/compress/flate
John Bampton a6f3f8d973 all: fix spelling
Change-Id: I68538a50c22b02cdb5aa2a889f9440fed7b94c54
GitHub-Last-Rev: aaac9e7834
GitHub-Pull-Request: golang/go#52944
Reviewed-on: https://go-review.googlesource.com/c/go/+/406835
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
2022-05-17 19:51:29 +00:00
..
testdata
deflate.go compress/flate: remove var newH 2022-05-17 19:51:27 +00:00
deflate_test.go compress/flate: move idempotent close logic to compressor 2022-05-02 21:05:53 +00:00
deflatefast.go
dict_decoder.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
dict_decoder_test.go
example_test.go
flate_test.go
huffman_bit_writer.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
huffman_bit_writer_test.go
huffman_code.go all: fix spelling 2022-05-17 19:51:29 +00:00
inflate.go
inflate_test.go
reader_test.go
token.go
writer_test.go