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: I0ffaae547bff9679343b36c337436af0260c8f73
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/bmc/buildjson.hpp b/bmc/buildjson.hpp
index f064b41..1ef00ef 100644
--- a/bmc/buildjson.hpp
+++ b/bmc/buildjson.hpp
@@ -59,7 +59,7 @@
/**
* Given a folder of json configs, build the configurations.
*
- * @param[in] directory - the directory to search (recurisvely).
+ * @param[in] directory - the directory to search (recursively).
* @return list of HandlerConfig objects.
*/
std::vector<HandlerConfig<T>> buildHandlerConfigs(const char* directory)