Java: Fix typo: ceritificate

This commit is contained in:
Ian Lynagh
2022-11-23 12:11:55 +00:00
parent 92ee0aa7ae
commit d401be1845

View File

@@ -1,5 +1,5 @@
/**
* @name Disabled ceritificate revocation checking
* @name Disabled certificate revocation checking
* @description Using revoked certificates is dangerous.
* Therefore, revocation status of certificates in a chain should be checked.
* @kind path-problem