From f0bc670aca8fea3c02d96804ffed8ee73069d4e6 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 9 Jan 2016 17:24:31 +0100 Subject: [PATCH] test: fix typo --- test/write.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1