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: I1068afac44652ab3d9bfe58bb6e19d359d84f20e
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/scheduled_host_transition.cpp b/scheduled_host_transition.cpp
index 28541f5..6f9edec 100644
--- a/scheduled_host_transition.cpp
+++ b/scheduled_host_transition.cpp
@@ -48,7 +48,7 @@
uint64_t ScheduledHostTransition::scheduledTime(uint64_t value)
{
- info("A scheduled host transtion request has been made for {TIME}", "TIME",
+ info("A scheduled host transition request has been made for {TIME}", "TIME",
value);
if (value == 0)
{
@@ -129,7 +129,7 @@
void ScheduledHostTransition::initialize()
{
// Subscribe time change event
- // Choose the MAX time that is possible to avoid mis fires.
+ // Choose the MAX time that is possible to avoid misfires.
constexpr itimerspec maxTime = {
{0, 0}, // it_interval
{system_clock::duration::max().count(), 0}, // it_value