[Pkg-javascript-commits] [node-asn1.js] 10/22: lib: correct spelling mistake
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 11:07:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch upstream
in repository node-asn1.js.
commit 0abb73e0058907b6c7c2160605cd432de0e530ac
Author: Edward Betts <edward at 4angle.com>
Date: Fri Sep 1 19:04:56 2017 +0100
lib: correct spelling mistake
---
lib/asn1/base/node.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/asn1/base/node.js b/lib/asn1/base/node.js
index 7b26bd8..539a832 100644
--- a/lib/asn1/base/node.js
+++ b/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);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-asn1.js.git
More information about the Pkg-javascript-commits
mailing list