Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.
Change-Id: Ib05aeb9593871214d0c6b3705f7fa59e77c9c104
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/src/FruDevice.cpp b/src/FruDevice.cpp
index bb12c49..8ae27fb 100644
--- a/src/FruDevice.cpp
+++ b/src/FruDevice.cpp
@@ -604,7 +604,7 @@
static boost::asio::deadline_timer timer(io);
timer.expires_from_now(boost::posix_time::seconds(1));
- // setup an async wait incase we get flooded with requests
+ // setup an async wait in case we get flooded with requests
timer.async_wait([&](const boost::system::error_code &ec) {
auto devDir = fs::path("/dev/");
auto matchString = std::string("i2c*");