8318983: Fix comment typo in PKCS12Passwd.java

Reviewed-by: weijun
This commit is contained in:
Gregor Purdy 2023-12-02 21:13:37 +00:00 committed by Weijun Wang
parent 4dcbd13f99
commit 949846986f

View File

@ -108,7 +108,7 @@ public class PKCS12Passwd {
check("p12", "newpass", "newpass");
// Conversely, a JKS keystore can be laoded as a PKCS12, and it follows
// Conversely, a JKS keystore can be loaded as a PKCS12, and it follows
// PKCS12 rules that both passwords are changed at the same time and
// some commands are rejected.