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: Ia7dbb04ead7565d63437a5878fd8a543029d9a93
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/host-bmc/dbus_to_terminus_effecters.cpp b/host-bmc/dbus_to_terminus_effecters.cpp
index f11dc2f..52268ab 100644
--- a/host-bmc/dbus_to_terminus_effecters.cpp
+++ b/host-bmc/dbus_to_terminus_effecters.cpp
@@ -375,7 +375,7 @@
         return;
     }
 
-    /* Bypass the setting when the current value is NA or settting value is NA*/
+    /* Bypass the setting when the current value is NA or setting value is NA */
     if (std::isnan(propValues.propertyValue) || std::isnan(val))
     {
         return;