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: Ib9913e28d2bd3a9cf98e47326a57d9b35ab223ef
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/virtualSensor.hpp b/virtualSensor.hpp
index 0667246..4248221 100644
--- a/virtualSensor.hpp
+++ b/virtualSensor.hpp
@@ -286,7 +286,7 @@
   private:
     /** @brief sdbusplus bus client connection. */
     sdbusplus::bus_t& bus;
-    /** @brief Get virual sensor config from DBus**/
+    /** @brief Get virtual sensor config from DBus**/
     ManagedObjectType getObjectsFromDBus();
     /** @brief Parsing virtual sensor config JSON file  */
     Json parseConfigFile();