summaryrefslogtreecommitdiff
path: root/redfish-core/lib/certificate_service.hpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-07-08 22:00:30 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-10 19:48:05 +0300
commit4e0453b11cf4780b06c73643ce31e6bc1809b7cf (patch)
treed8068462a6aae98917036b7084a561a9ac3658fa /redfish-core/lib/certificate_service.hpp
parent222f2b7fcaa351f7c5ef7d7d790aace6a3e59d48 (diff)
downloadbmcweb-4e0453b11cf4780b06c73643ce31e6bc1809b7cf.tar.xz
Codespell redfish-core spelling fixes
These spelling errors were found using https://github.com/codespell-project/codespell Tested: Top commit (along with this) was built and ran against validator. Change-Id: Ic9dce27b1de8567eedf7753164ef564d3aedf8ca Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'redfish-core/lib/certificate_service.hpp')
-rw-r--r--redfish-core/lib/certificate_service.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/certificate_service.hpp b/redfish-core/lib/certificate_service.hpp
index 48316174b1..7a94935546 100644
--- a/redfish-core/lib/certificate_service.hpp
+++ b/redfish-core/lib/certificate_service.hpp
@@ -56,7 +56,7 @@ class CertificateService : public Node
Node(app, "/redfish/v1/CertificateService/")
{
// TODO: Issue#61 No entries are available for Certificate
- // sevice at https://www.dmtf.org/standards/redfish
+ // service at https://www.dmtf.org/standards/redfish
// "redfish standard registries". Need to modify after DMTF
// publish Privilege details for certificate service
entityPrivileges = {
@@ -500,7 +500,7 @@ class CertificateActionGenerateCSR : public Node
}; // CertificateActionGenerateCSR
/**
- * @brief Parse and update Certficate Issue/Subject property
+ * @brief Parse and update Certificate Issue/Subject property
*
* @param[in] asyncResp Shared pointer to the response message
* @param[in] str Issuer/Subject value in key=value pairs