diff options
Diffstat (limited to 'vendor/github.com/ulikunitz/xz/lzma/encoderdict.go')
-rw-r--r-- | vendor/github.com/ulikunitz/xz/lzma/encoderdict.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/ulikunitz/xz/lzma/encoderdict.go b/vendor/github.com/ulikunitz/xz/lzma/encoderdict.go index 40f3d3f64..c36308d7c 100644 --- a/vendor/github.com/ulikunitz/xz/lzma/encoderdict.go +++ b/vendor/github.com/ulikunitz/xz/lzma/encoderdict.go @@ -19,7 +19,7 @@ type matcher interface { } // encoderDict provides the dictionary of the encoder. It includes an -// addtional buffer atop of the actual dictionary. +// additional buffer atop of the actual dictionary. type encoderDict struct { buf buffer m matcher |