commit | 2576aecdd50220c858a791d3764e198907086e81 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 12:05:17 2024 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 12:21:59 2024 +0530 |
tree | c94122f0bb68eda95c22ec595af451df90d4ad43 | |
parent | 9617bca77f4daaeb4523e2d5d6d87697c3bd74d7 [diff] [blame] |
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/bios_attribute.cpp b/libpldmresponder/bios_attribute.cpp index ccd2a71..7ae6af7 100644 --- a/libpldmresponder/bios_attribute.cpp +++ b/libpldmresponder/bios_attribute.cpp
@@ -40,7 +40,7 @@ } catch (const std::exception&) { - // No action required, dBusMap whill have no value + // No action required, dBusMap will have no value } }