]> zoso.dev Git - buffer.git/commitdiff
test: fix typo
authorFeross Aboukhadijeh <feross@feross.org>
Sat, 9 Jan 2016 16:24:31 +0000 (17:24 +0100)
committerFeross Aboukhadijeh <feross@feross.org>
Sat, 9 Jan 2016 16:24:31 +0000 (17:24 +0100)
test/write.js

index 4039d192bf43218e8102a9ab406dfe1001944bf3..584180634af26ce98bae52d38b2943e749818984 100644 (file)
@@ -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)