Skip to content

Commit 70febc0

Browse files
ZaneHannanAUtniessen
authored andcommitted
spelling
1 parent 9902544 commit 70febc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-crypto-timing-safe-equal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ assert.strictEqual(
4040
true
4141
);
4242
assert.strictEqual(
43-
crypto.timingSafeEqal(
43+
crypto.timingSafeEqual(
4444
new Uint8Array(ab32, 0, 16),
4545
Buffer.from(ab32, 0, 16)
4646
),

0 commit comments

Comments
 (0)