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&)
{