codespell: run and fix
Fix the misspellings. Tested by building the code and running the unit
tests.
Change-Id: I3fb3f1f46fa41bb0c65157ff6e68bc4f1079f280
Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
diff --git a/src/test/interfaces_added.cpp b/src/test/interfaces_added.cpp
index 63a6a26..7117611 100644
--- a/src/test/interfaces_added.cpp
+++ b/src/test/interfaces_added.cpp
@@ -49,7 +49,7 @@
// dumpInterfaceMapType(interfaceMap);
EXPECT_EQ(interfaceMap.size(), 5);
- // New association ower created so ensure it now contains a single entry
+ // New association owner created so ensure it now contains a single entry
// dumpAssociationOwnersType(assocOwners);
EXPECT_EQ(assocMaps.owners.size(), 1);
diff --git a/src/test/util/asio_server_class.hpp b/src/test/util/asio_server_class.hpp
index 28eb921..9526375 100644
--- a/src/test/util/asio_server_class.hpp
+++ b/src/test/util/asio_server_class.hpp
@@ -15,7 +15,7 @@
{
protected:
// Make this global to the whole test suite since we want to share
- // the asio::object_server accross the test cases
+ // the asio::object_server across the test cases
// NOTE - latest googltest changed to SetUpTestSuite()
static void SetUpTestCase()
{
diff --git a/src/test/util/association_objects.hpp b/src/test/util/association_objects.hpp
index 404654c..e9fd016 100644
--- a/src/test/util/association_objects.hpp
+++ b/src/test/util/association_objects.hpp
@@ -7,7 +7,7 @@
const std::string defaultEndpoint =
"/xyz/openbmc_project/inventory/system/chassis";
const std::string defaultRevPath = {defaultEndpoint + "/" + "error"};
-const std::string extraEndpoint = "/xyz/openbmc_project/differnt/endpoint";
+const std::string extraEndpoint = "/xyz/openbmc_project/different/endpoint";
// Create a default AssociationOwnersType object
AssociationOwnersType createDefaultOwnerAssociation()