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: I1e57d16dd4e8655d698e272e6ee347d80e2056ba
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/src/biccommands.cpp b/src/biccommands.cpp
index ed3f6f8..2220dfe 100644
--- a/src/biccommands.cpp
+++ b/src/biccommands.cpp
@@ -150,7 +150,7 @@
 
 //----------------------------------------------------------------------
 // ipmiOemPostCodeHandler (CMD_OEM_BIC_POST_BUFFER_INFO)
-// This Function will handle BIC incomming postcode from multi-host for
+// This Function will handle BIC incoming postcode from multi-host for
 // netfn=0x38 and cmd=0x08 or 0x33 send the response back to the sender.
 //----------------------------------------------------------------------
 
@@ -185,7 +185,7 @@
                 "xyz.openbmc_project.State.Boot.Raw", dbusObjStr.c_str(),
                 "org.freedesktop.DBus.Properties", "Set");
 
-            // Adding paramters to method call
+            // Adding parameters to method call
             method.append(dbusService, "Value",
                           std::variant<postcode_t>(postCode));
 
@@ -243,7 +243,7 @@
 
 //----------------------------------------------------------------------
 // ipmiOemSetHostPowerState (CMD_OEM_SET_HOST_POWER_STATE)
-// This Function will handle BIC incomming IPMI request for
+// This Function will handle BIC incoming IPMI request for
 // setting host current state for netfn=0x38 and cmd=0x0C
 // send the response back to the sender.
 //----------------------------------------------------------------------