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: I5d504a19c51a5ba843b09f3bcfa3f6472af6cd22
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/dbus/dbusconfiguration.cpp b/dbus/dbusconfiguration.cpp
index 7905e28..b1ff0b7 100644
--- a/dbus/dbusconfiguration.cpp
+++ b/dbus/dbusconfiguration.cpp
@@ -510,8 +510,8 @@
         ManagedObjectType configuration;
         try
         {
-            auto responce = bus.call(endpoint);
-            responce.read(configuration);
+            auto response = bus.call(endpoint);
+            response.read(configuration);
         }
         catch (const sdbusplus::exception_t&)
         {
diff --git a/dbus/dbuspassiveredundancy.cpp b/dbus/dbuspassiveredundancy.cpp
index 1ec2872..501aa5e 100644
--- a/dbus/dbuspassiveredundancy.cpp
+++ b/dbus/dbuspassiveredundancy.cpp
@@ -136,7 +136,8 @@
      *     }
      * }
      *
-     * This loops through this structure to pre-poulate the already failed items
+     * This loops through this structure to pre-populate the already failed
+     * items
      */
 
     for (const auto& [path, interfaceDict] : respData)