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: Ieb2858c33f2b872a4ba64b1e8f72f4a414b33b8e
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/service/src/mainapp.cpp b/service/src/mainapp.cpp
index a7f2239..b913e33 100644
--- a/service/src/mainapp.cpp
+++ b/service/src/mainapp.cpp
@@ -519,7 +519,7 @@
     });
 
     // Capture the OS state change and stop monitor timer
-    // if OS boots completly or becomes Inactive.
+    // if OS boots completely or becomes Inactive.
     // start timer in other cases to mnitor states.
     static auto matchOsState = sdbusplus::bus::match_t(
         static_cast<sdbusplus::bus_t&>(*conn),