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: Icafafe827d67c9b6cc5c3f6bfb204fe425e91a32
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/src/activation.hpp b/src/activation.hpp
index fc32827..f30ba9f 100644
--- a/src/activation.hpp
+++ b/src/activation.hpp
@@ -222,7 +222,7 @@
     /** @brief Finish PSU update */
     void finishActivation();
 
-    /** @brief Check if the PSU is comaptible with this software*/
+    /** @brief Check if the PSU is compatible with this software*/
     bool isCompatible(const std::string& psuInventoryPath);
 
     /** @brief Store the updated PSU image to persistent dir */