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: I539a0c5baa63be240fc1c76367c0af338dd89c7b
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/libpldmresponder/fru.cpp b/libpldmresponder/fru.cpp
index be8f573..0eb3d33 100644
--- a/libpldmresponder/fru.cpp
+++ b/libpldmresponder/fru.cpp
@@ -66,7 +66,7 @@
std::string s = tmpObj.top();
tmpObj.pop();
}
- // Update pldm entity to assocition tree
+ // Update pldm entity to association tree
std::string prePath = tmpObjPaths.top();
while (!tmpObjPaths.empty())
{
@@ -245,7 +245,7 @@
}
catch (const std::exception& e)
{
- error("Failed to make a d-bus call Asociation, error - {ERROR}",
+ error("Failed to make a d-bus call Association, error - {ERROR}",
"ERROR", e);
return {};
}