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: Ib72ad9234220f72a4acbdbb46ab32045d94f0948
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/sensor.hpp b/sensor.hpp
index 9963ed8..9d426cb 100644
--- a/sensor.hpp
+++ b/sensor.hpp
@@ -55,7 +55,7 @@
/**
* @brief Constructs Sensor object
*
- * @param[in] sensor - A pair of sensor indentifiers
+ * @param[in] sensor - A pair of sensor identifiers
* @param[in] ioAccess - Hwmon sysfs access
* @param[in] devPath - Device sysfs path
*/