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: I153217f4ae8454e3546a59da9fcfe3f83fd04b39
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/include/sanitize.hpp b/include/sanitize.hpp
index 91cf103..a9ba8e8 100644
--- a/include/sanitize.hpp
+++ b/include/sanitize.hpp
@@ -70,7 +70,7 @@
 class Sanitize : public Erase
 {
   public:
-    /** @breif Creates a sanitize erase object
+    /** @brief Creates a sanitize erase object
      *
      * @param[in] inDevPath - the linux device path for the block device.
      * @param[in] IOCTLWrapper - This is a ioctl wrapper, it can be used for
@@ -83,13 +83,13 @@
         ioctlWrapper(std::move(inIOCTL))
     {}
 
-    /** @brief sanitize the drive, using eMMC specifed erase commands
+    /** @brief sanitize the drive, using eMMC specified erase commands
      *
      * param[in] driveSize - size of the drive in bytes
      */
     void doSanitize(uint64_t driveSize);
 
-    /** @brief sanitize the drive, using eMMC specifed erase commands
+    /** @brief sanitize the drive, using eMMC specified erase commands
      *   This function uses the built in utils to call sanitize
      */
     void doSanitize()