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: Iae81201889d1bb4ca324243b863948cb60420ae7
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/vpd_tool_impl.hpp b/vpd_tool_impl.hpp
index 25f07af..18070f8 100644
--- a/vpd_tool_impl.hpp
+++ b/vpd_tool_impl.hpp
@@ -78,7 +78,7 @@
     /**
      * @brief Interface Decider
      * Decides whether to make the dbus call for
-     * getting properites from extraInterface or from
+     * getting properties from extraInterface or from
      * VINI interface, depending on the value of
      * extraInterfaces object in the inventory json.
      *
@@ -282,7 +282,7 @@
 
     /**
      * @brief Fix system VPD and its backup VPD
-     * API is triggerred if the backup of system VPD has to be taken in a
+     * API is triggered if the backup of system VPD has to be taken in a
      * hardware VPD. User can use the --fixSystemVPD option to restore the
      * keywords in backup VPD and/or system VPD.
      *