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: I49a1a13821bbc966768d4db048886e78e8e77d9f
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/x509_utils.cpp b/x509_utils.cpp
index bc3ccbb..39e68a6 100644
--- a/x509_utils.cpp
+++ b/x509_utils.cpp
@@ -199,7 +199,7 @@
             lg2::error("Expired certificate ");
             elog<InvalidCertificate>(Reason("Expired Certificate"));
         }
-        // Loging general error here.
+        // Logging general error here.
         lg2::error(
             "Certificate validation failed, ERRCODE:{ERRCODE}, ERROR_STR:{ERROR_STR}",
             "ERRCODE", errCode, "ERROR_STR",