From 801b9ec62d94f201e67d053ee90dae0b70e50a42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 26 Jun 2023 15:10:27 +0200 Subject: chore: fix typos (#19572) --- ext/crypto/00_crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/crypto/00_crypto.js') diff --git a/ext/crypto/00_crypto.js b/ext/crypto/00_crypto.js index c75d3b71d..dadbf4677 100644 --- a/ext/crypto/00_crypto.js +++ b/ext/crypto/00_crypto.js @@ -2666,7 +2666,7 @@ function importKeyAES( TypedArrayPrototypeGetByteLength(keyData) * 8, ) ) { - throw new DOMException("Invalid key length", "Datarror"); + throw new DOMException("Invalid key length", "DataError"); } break; -- cgit v1.2.3