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: Id1ca559acc1ae45b4605a1bb9d74ef3d7e5aa1c5
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/power-supply/power_supply.hpp b/power-supply/power_supply.hpp
index 0ba0812..33954da 100644
--- a/power-supply/power_supply.hpp
+++ b/power-supply/power_supply.hpp
@@ -78,7 +78,7 @@
      * Mark error for specified callout and message as resolved.
      *
      * @param[in] callout - The callout to be resolved (inventory path)
-     * @parma[in] message - The message for the fault to be resolved
+     * @param[in] message - The message for the fault to be resolved
      */
     void resolveError(const std::string& callout, const std::string& message);
 
@@ -360,7 +360,7 @@
      * FAULT OR WARNING" bit is turned on. If it is on, log an error,
      * call out the power supply indicating the fault/warning condition.
      *
-     * @parma[in] statusWord - 2 byte STATUS_WORD value read from sysfs
+     * @param[in] statusWord - 2 byte STATUS_WORD value read from sysfs
      */
     void checkTemperatureFault(const uint16_t statusWord);