aboutsummaryrefslogtreecommitdiff
path: root/node_modules/asn1.js/lib
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/asn1.js/lib')
-rw-r--r--node_modules/asn1.js/lib/asn1/base/node.js2
1 files changed, 1 insertions, 1 deletions
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);