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/host-bmc/host_pdr_handler.hpp b/host-bmc/host_pdr_handler.hpp
index bc08c2d..0af0f63 100644
--- a/host-bmc/host_pdr_handler.hpp
+++ b/host-bmc/host_pdr_handler.hpp
@@ -117,7 +117,7 @@
      *
      *  @param[in] entry - TerminusID and SensorID
      *
-     *  @return SensorInfo corresponding to the input paramter SensorEntry
+     *  @return SensorInfo corresponding to the input parameter SensorEntry
      *          throw std::out_of_range exception if not found
      */
     const pdr::SensorInfo& lookupSensorInfo(const SensorEntry& entry) const