spelling: sometimes

This commit is contained in:
Josh Soref 2019-10-13 03:13:08 -04:00
parent 880196bd00
commit f4c0b0754a

View file

@ -77,7 +77,7 @@ class RawInflate extends Operation {
}), }),
result = new Uint8Array(inflate.decompress()); result = new Uint8Array(inflate.decompress());
// Raw Inflate somethimes messes up and returns nonsense like this: // Raw Inflate sometimes messes up and returns nonsense like this:
// ]....]....]....]....]....]....]....]....]....]....]....]....]....]... // ]....]....]....]....]....]....]....]....]....]....]....]....]....]...
// e.g. Input data of [8b, 1d, dc, 44] // e.g. Input data of [8b, 1d, dc, 44]
// Look for the first two square brackets: // Look for the first two square brackets: