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: Iae81201889d1bb4ca324243b863948cb60420ae7
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/vpd-manager/editor_impl.cpp b/vpd-manager/editor_impl.cpp
index 898a925..727afac 100644
--- a/vpd-manager/editor_impl.cpp
+++ b/vpd-manager/editor_impl.cpp
@@ -527,7 +527,7 @@
// update the DBUS interface COM as well as XYZ path
prop.emplace("LocationCode", expandedLocationCode);
- // TODO depricate this com.ibm interface later
+ // TODO deprecate this com.ibm interface later
interfaces.emplace(IBM_LOCATION_CODE_INF, prop);
interfaces.emplace(XYZ_LOCATION_CODE_INF, std::move(prop));
}