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: Ib9913e28d2bd3a9cf98e47326a57d9b35ab223ef
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/dbusUtils.cpp b/dbusUtils.cpp
index ea3879a..1096ed0 100644
--- a/dbusUtils.cpp
+++ b/dbusUtils.cpp
@@ -71,7 +71,7 @@
     catch (const sdbusplus::exception_t& e)
     {
         lg2::error(
-            "Faild to set dbus property. service:{SERVICE} path:{PATH} intf:{INTF} Property:{PROP},{ERROR}",
+            "Failed to set dbus property. service:{SERVICE} path:{PATH} intf:{INTF} Property:{PROP},{ERROR}",
             "SERVICE", service, "PATH", path, "INTF", intf, "PROP", property,
             "ERROR", e);
         return -1;