From 0469abd4a9c9270a1fdc962969e36e63699af8b4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 10 Dec 2017 21:51:33 +0100 Subject: upgrade dependencies --- node_modules/asn1.js/lib/asn1/base/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/asn1.js/lib') diff --git a/node_modules/asn1.js/lib/asn1/base/node.js b/node_modules/asn1.js/lib/asn1/base/node.js index 7b26bd88d..539a832e1 100644 --- a/node_modules/asn1.js/lib/asn1/base/node.js +++ b/node_modules/asn1.js/lib/asn1/base/node.js @@ -575,7 +575,7 @@ Node.prototype._encodeValue = function encode(data, reporter, parent) { if (tag === null) { if (state.use === null) - reporter.error('Tag could be ommited only for .use()'); + reporter.error('Tag could be omitted only for .use()'); } else { if (state.use === null) result = this._encodeComposite(tag, primitive, cls, content); -- cgit v1.2.3