[Pkg-javascript-commits] [node-asn1.js] 01/21: 5280: fix CertificateList API typo

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 10:57:38 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 e139ad84487513c3e340d3d8d236051ddb0c05bd
Author: Rui Quelhas <rfpquelhas at gmail.com>
Date:   Fri Jan 27 21:04:01 2017 +0000

    5280: fix CertificateList API typo
    
    PR-URL: https://github.com/indutny/asn1.js/pull/84
    Reviewed-By: Fedor Indutny <fedor at indutny.com>
---
 rfc/5280/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc/5280/index.js b/rfc/5280/index.js
index a71b665..41527c8 100644
--- a/rfc/5280/index.js
+++ b/rfc/5280/index.js
@@ -48,7 +48,7 @@ var CertificateList = asn1.define('CertificateList', function() {
     this.key('signature').bitstr()
   );
 });
-rfc5280.CerficateList = CertificateList;
+rfc5280.CertificateList = CertificateList;
 
 // AlgorithmIdentifier  ::=  SEQUENCE  {
 //      algorithm               OBJECT IDENTIFIER,

-- 
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