Skip to content

Commit 2effe5e

Browse files
committed
spell fix
1 parent da49fdb commit 2effe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cipher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Cipher(payload []byte, mask [4]byte, offset int) {
3636
}
3737

3838
// NOTE: we use here binary.LittleEndian regardless of what is real
39-
// endianess on machine is. To do so, we have to use binary.LittleEndian in
39+
// endianness on machine is. To do so, we have to use binary.LittleEndian in
4040
// the masking loop below as well.
4141
var (
4242
m = binary.LittleEndian.Uint32(mask[:])

0 commit comments

Comments
 (0)