diff --git a/include/evse_security/evse_security.hpp b/include/evse_security/evse_security.hpp index 883be1c..dfa2c96 100644 --- a/include/evse_security/evse_security.hpp +++ b/include/evse_security/evse_security.hpp @@ -114,7 +114,7 @@ class EvseSecurity { /// @brief Retrieves the certificate count applying the \p certificate_types filter. int get_count_of_installed_certificates(const std::vector& certificate_types); - /// @brief Command to retrieve the OCSP request data of the V2G certificates (V2G leaf and possibly SubCAs) + /// @brief Command to retrieve the OCSP request data of the V2G certificates (SubCAs and possibly V2G leaf) /// @return contains OCSP request data OCSPRequestDataList get_v2g_ocsp_request_data();