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: Iccc8a6107616afb3a6b772420651e717a688ce86
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/src/propertywatch.hpp b/src/propertywatch.hpp
index 7c5f468..e1ae986 100644
--- a/src/propertywatch.hpp
+++ b/src/propertywatch.hpp
@@ -162,7 +162,7 @@
      *  @param[in] path - The path of the properties that changed.
      *  @param[in] interface - The interface of the properties that
      *                  changed.
-     *  @param[in] properites - The properties that changed.
+     *  @param[in] properties - The properties that changed.
      */
     void propertiesChanged(const std::string& path,
                            const std::string& interface,