OSDN Git Service

Fix spelling of explicitly
authorJesse Wilson <jessewilson@google.com>
Wed, 27 Jan 2010 01:01:57 +0000 (17:01 -0800)
committerJesse Wilson <jessewilson@google.com>
Wed, 27 Jan 2010 01:02:44 +0000 (17:02 -0800)
libcore/security/src/main/java/org/bouncycastle/asn1/x509/AttCertIssuer.java

index a66f7d7..c973b37 100644 (file)
@@ -45,7 +45,7 @@ public class AttCertIssuer
         ASN1TaggedObject obj,
         boolean          explicit)
     {
-        return getInstance(obj.getObject()); // must be explictly tagged
+        return getInstance(obj.getObject()); // must be explicitly tagged
     }
 
     /**