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: I6959d908cd7b216568963488ead0f3d6ed4a6611
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/phosphor-ldap-config/ldap_config.hpp b/phosphor-ldap-config/ldap_config.hpp
index 6d5ee4e..7dd8593 100644
--- a/phosphor-ldap-config/ldap_config.hpp
+++ b/phosphor-ldap-config/ldap_config.hpp
@@ -193,7 +193,7 @@
     bool deserialize();
 
     /** @brief enable or disable the service with the given value
-     *  @param[in] value - enable/disble
+     *  @param[in] value - enable/disable
      *  @returns value of changed status
      */
     bool enableService(bool value);
diff --git a/phosphor-ldap-config/ldap_config_mgr.hpp b/phosphor-ldap-config/ldap_config_mgr.hpp
index 17d133b..13211c8 100644
--- a/phosphor-ldap-config/ldap_config_mgr.hpp
+++ b/phosphor-ldap-config/ldap_config_mgr.hpp
@@ -56,7 +56,7 @@
         tlsCacertFile(caCertFile), tlsCertFile(certFile), bus(bus)
     {}
 
-    /** @brief concrete implementation of the pure virtual funtion
+    /** @brief concrete implementation of the pure virtual function
             xyz.openbmc_project.User.Ldap.Create.createConfig.
      *  @param[in] ldapServerURI - LDAP URI of the server.
      *  @param[in] ldapBindDN - distinguished name with which bind to bind
diff --git a/user_mgr.cpp b/user_mgr.cpp
index 31b305d..de4b570 100644
--- a/user_mgr.cpp
+++ b/user_mgr.cpp
@@ -1058,7 +1058,7 @@
     }
     catch (const sdbusplus::exception_t& e)
     {
-        lg2::error("Failed to excute GetManagedObjects at {PATH}: {ERR}",
+        lg2::error("Failed to execute GetManagedObjects at {PATH}: {ERR}",
                    "PATH", ldapMgrObjBasePath, "ERR", e);
         throw;
     }