commit | 04ac9971cece872021e01afd3890cd3ffff6eb39 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Fri Sep 06 10:57:12 2024 +0530 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Mon Sep 09 01:33:46 2024 +0000 |
tree | 5e7dff5f97fa99a75590cab95ef5c87f441f5b81 | |
parent | 40d4387c7987077e318a77bd65cd9868996e7947 [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: Ia7dbb04ead7565d63437a5878fd8a543029d9a93 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/host-bmc/dbus_to_terminus_effecters.cpp b/host-bmc/dbus_to_terminus_effecters.cpp index f11dc2f..52268ab 100644 --- a/host-bmc/dbus_to_terminus_effecters.cpp +++ b/host-bmc/dbus_to_terminus_effecters.cpp
@@ -375,7 +375,7 @@ return; } - /* Bypass the setting when the current value is NA or settting value is NA*/ + /* Bypass the setting when the current value is NA or setting value is NA */ if (std::isnan(propValues.propertyValue) || std::isnan(val)) { return;