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: I539a0c5baa63be240fc1c76367c0af338dd89c7b
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/libpldmresponder/fru_parser.hpp b/libpldmresponder/fru_parser.hpp
index f9be6f3..9e59f11 100644
--- a/libpldmresponder/fru_parser.hpp
+++ b/libpldmresponder/fru_parser.hpp
@@ -124,7 +124,7 @@
      */
     void setupDefaultDBusLookup(const std::filesystem::path& fruMasterJsonPath);
 
-    /** @brief Build the default FRU record informations
+    /** @brief Build the default FRU record information
      */
     void setupDefaultFruRecordMap();