Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: I539a0c5baa63be240fc1c76367c0af338dd89c7b
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/libpldmresponder/platform_numeric_effecter.hpp b/libpldmresponder/platform_numeric_effecter.hpp
index 274357c..86f72c9 100644
--- a/libpldmresponder/platform_numeric_effecter.hpp
+++ b/libpldmresponder/platform_numeric_effecter.hpp
@@ -242,7 +242,7 @@
* @param[in] effecterValueLength - The setting value length of numeric
* effecter being requested.
* @return - Success or failure in setting the states. Returns failure in
- * terms of PLDM completion codes if atleast one state fails to be set
+ * terms of PLDM completion codes if at least one state fails to be set
*/
template <class DBusInterface, class Handler>
int setNumericEffecterValueHandler(const DBusInterface& dBusIntf,
@@ -344,7 +344,7 @@
* @param[in] PropertyValue - D-Bus Value
* @param[in] effecterDataSize - effecter value size.
* @param[in,out] responsePtr - Response of getNumericEffecterValue.
- * @param[in] responsePayloadLength - reponse length.
+ * @param[in] responsePayloadLength - response length.
* @param[in] instanceId - instance id for response
*
* @return PLDM_SUCCESS/PLDM_ERROR
@@ -427,7 +427,7 @@
* @param[in] PropertyValue - Variant contains the D-Bus Value
* @param[in] effecterDataSize - effecter value size.
* @param[in,out] responsePtr - Response of getNumericEffecterValue.
- * @param[in] responsePayloadLength - reponse length.
+ * @param[in] responsePayloadLength - response length.
* @param[in] instanceId - instance id for response
*
* @return PLDM_SUCCESS/PLDM_ERROR