commit | 94e894cb0286404821a34db04b711d7dfc4b9fd6 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 11:44:39 2024 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 11:44:43 2024 +0530 |
tree | f44691dd6e0beeb13f69ee718826e7a6649ac7a6 | |
parent | e13034150bcee2de25bb0bb02c21c33d78d230f8 [diff] |
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: I3a5360efb5b6a71d5eabb557accf939cd6abc864 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/fault-monitor/operational-status-monitor.cpp b/fault-monitor/operational-status-monitor.cpp index ea9a8e3..e5b0c7f 100644 --- a/fault-monitor/operational-status-monitor.cpp +++ b/fault-monitor/operational-status-monitor.cpp
@@ -33,7 +33,7 @@ if (!value) { lg2::error( - "Faild to get the Functional property, INVENTORY_PATH = {PATH}", + "Failed to get the Functional property, INVENTORY_PATH = {PATH}", "PATH", invObjectPath); return; }