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: I0d3acfeb002b6e3e8356b4f1c2a960c53ecadf2e
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/ipmbbridged.hpp b/ipmbbridged.hpp
index aa6a200..b8f708a 100644
--- a/ipmbbridged.hpp
+++ b/ipmbbridged.hpp
@@ -58,7 +58,7 @@
constexpr uint8_t ipmbI2cNumberOfRetries = 2;
/**
- * @brief Ipmb boardcast address
+ * @brief Ipmb broadcast address
*/
constexpr uint8_t broadcastAddress = 0x0;