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: Iace618688cf00e49624da4bf0195eed1aa33f0ae
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/nvme_manager.cpp b/nvme_manager.cpp
index d0ef7b1..26d7b30 100644
--- a/nvme_manager.cpp
+++ b/nvme_manager.cpp
@@ -453,7 +453,7 @@
         else
         {
             log<level::ERR>(
-                "Invalid NVMe config file, thresholds dosen't exist");
+                "Invalid NVMe config file, thresholds doesn't exist");
         }
 
         if (!readings.empty())
@@ -493,7 +493,7 @@
         }
         else
         {
-            log<level::ERR>("Invalid NVMe config file, config dosen't exist");
+            log<level::ERR>("Invalid NVMe config file, config doesn't exist");
         }
     }
     catch (const Json::exception& e)