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: I5d504a19c51a5ba843b09f3bcfa3f6472af6cd22
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/interfaces.hpp b/interfaces.hpp
index 7f4b4cd..bbd5b4a 100644
--- a/interfaces.hpp
+++ b/interfaces.hpp
@@ -23,7 +23,7 @@
// This is normalized to (0.0, 1.0) range, using configured min and max
double scaled;
- // This is the raw value, as recieved from the input/output sensors
+ // This is the raw value, as received from the input/output sensors
double unscaled;
};