From: Feross Aboukhadijeh Date: Sat, 9 Jan 2016 16:24:31 +0000 (+0100) Subject: test: fix typo X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=f0bc670aca8fea3c02d96804ffed8ee73069d4e6;p=buffer.git test: fix typo --- diff --git a/test/write.js b/test/write.js index 4039d19..5841806 100644 --- a/test/write.js +++ b/test/write.js @@ -114,7 +114,7 @@ test('hex of write{Uint,Int}{8,16,32}{LE,BE} with overflow', function (t) { } t.end() }) -test('large values do not imporoperly roll over (ref #80)', function (t) { +test('large values do not improperly roll over (ref #80)', function (t) { var nums = [-25589992, -633756690, -898146932] var out = new B(12) out.fill(0)