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/test/libpldmresponder_systemspecific_bios_test.cpp b/libpldmresponder/test/libpldmresponder_systemspecific_bios_test.cpp
index 1b84204..0c7cc8c 100644
--- a/libpldmresponder/test/libpldmresponder_systemspecific_bios_test.cpp
+++ b/libpldmresponder/test/libpldmresponder_systemspecific_bios_test.cpp
@@ -27,7 +27,7 @@
class TestSystemSpecificBIOSConfig : public ::testing::Test
{
public:
- static void SetUpTestCase() // will execute once at the begining of all
+ static void SetUpTestCase() // will execute once at the beginning of all
// TestSystemSpecificBIOSConfig objects
{
char tmpdir[] = "/tmp/BIOSTables.XXXXXX";
@@ -386,7 +386,7 @@
0, 0, /* attr handle */
1, /* attr type string read-write */
4, 0, /* current string length */
- 'a', 'b', 'c', 'd', /* defaut value string handle index */
+ 'a', 'b', 'c', 'd', /* default value string handle index */
};
uint16_t attrHandle{10};
@@ -395,7 +395,7 @@
auto rc = biosConfig.setAttrValue(attrValueEntry.data(),
attrValueEntry.size(), false);
- std::cout << "Error in settig Attribute " << rc << std::endl;
+ std::cout << "Error in setting Attribute " << rc << std::endl;
EXPECT_EQ(rc, PLDM_BIOS_TABLE_UNAVAILABLE);
}
@@ -436,7 +436,7 @@
0, 0, /* attr handle */
1, /* attr type string read-write */
4, 0, /* current string length */
- 'a', 'b', 'c', 'd', /* defaut value string handle index */
+ 'a', 'b', 'c', 'd', /* default value string handle index */
};
attrValueEntry[0] = attrHandle & 0xff;