From 6c230f66d76340717fed05f20297993af66b4605 Mon Sep 17 00:00:00 2001 From: gucio321 <73652197+gucio321@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:03:59 +0100 Subject: [PATCH] d2dat encoder: removed typo in comment --- d2common/d2fileformats/d2dat/dat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2common/d2fileformats/d2dat/dat.go b/d2common/d2fileformats/d2dat/dat.go index b9be67a2..cc0e7538 100644 --- a/d2common/d2fileformats/d2dat/dat.go +++ b/d2common/d2fileformats/d2dat/dat.go @@ -24,7 +24,7 @@ func Load(data []byte) (d2interface.Palette, error) { return palette, nil } -// Marshal encodes data palettte back into byte slice +// Marshal encodes data palette back into byte slice func (p *DATPalette) Marshal() []byte { result := make([]byte, len(p.colors))