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/common/flight_recorder.hpp b/common/flight_recorder.hpp
index fe6e906..47afed0 100644
--- a/common/flight_recorder.hpp
+++ b/common/flight_recorder.hpp
@@ -61,7 +61,7 @@
/** @brief Add records to the flightRecorder
*
- * @param[in] buffer - The request/respose byte buffer
+ * @param[in] buffer - The request/response byte buffer
* @param[in] isRequest - bool that captures if it is a request message or
* a response message
*