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: Ib222566e157068f36e05e75f74e8381a75c8c0a7
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/test/watchdog.cpp b/test/watchdog.cpp
index 39ada29..e81639a 100644
--- a/test/watchdog.cpp
+++ b/test/watchdog.cpp
@@ -25,7 +25,7 @@
 {
   public:
     // The unit time used to measure the timer
-    // This should be large enough to accomodate drift
+    // This should be large enough to accommodate drift
     using Quantum = duration<uint64_t, std::deci>;
 
     // Gets called as part of each TEST_F construction
@@ -475,7 +475,7 @@
                                       Watchdog::ActionTargetMap(), fallback,
                                       milliseconds(TEST_MIN_INTERVAL).count());
 
-    // Make sure defualt interval is biggger than min interval
+    // Make sure default interval is biggger than min interval
     EXPECT_LT(milliseconds((TEST_MIN_INTERVAL).count()),
               milliseconds(wdog->interval()));