commit | 96442c882548d1ae0014d8cbc662e9f8a9225c9b | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 10:24:05 2024 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 10:29:39 2024 +0530 |
tree | eba55fb35a98d4049fd500410735beab0475997f | |
parent | a96df3e39b3e3fb214ae56b7e1cadde2cba2a7e6 [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: I014e7670ca4ba57f7e1b80e96c001474cf7a6676 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/static/item_updater_static.hpp b/static/item_updater_static.hpp index 6fc39a0..f992994 100644 --- a/static/item_updater_static.hpp +++ b/static/item_updater_static.hpp
@@ -19,7 +19,7 @@ protected: /** - * @brief GARD factory reset - clears the PNOR GARD partition. + * @brief GUARD factory reset - clears the PNOR GUARD partition. */ void reset() override; };