OSDN Git Service

Spelling fixes
[android-x86/dalvik.git] / libcore / security / src / main / java / org / bouncycastle / asn1 / x509 / X509Name.java
index c3e1f46..50b1a60 100644 (file)
@@ -642,7 +642,7 @@ public class X509Name
 
             if (index == -1)
             {
-                throw new IllegalArgumentException("badly formated directory string");
+                throw new IllegalArgumentException("badly formatted directory string");
             }
 
             String              name = token.substring(0, index);