< prev index next >

src/java.base/share/classes/java/security/PKCS12Attribute.java

Print this page

        

@@ -113,11 +113,11 @@
      * AttributeValue ::= ANY defined by type
      *
      * </pre>
      *
      * @param encoded the attribute's ASN.1 DER encoding. It is cloned
-     *     to prevent subsequent modificaion.
+     *     to prevent subsequent modification.
      *
      * @throws    NullPointerException if {@code encoded} is
      *     {@code null}
      * @throws    IllegalArgumentException if {@code encoded} is
      *     incorrectly formatted
< prev index next >