From 0652371d374959a3ea4637a75eb631ddde8fabdc Mon Sep 17 00:00:00 2001 From: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:20:26 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ricardo Casallas <77841255+rcasallas-silabs@users.noreply.github.com> --- examples/platform/silabs/wifi/icd/ApplicationSleepManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/platform/silabs/wifi/icd/ApplicationSleepManager.h b/examples/platform/silabs/wifi/icd/ApplicationSleepManager.h index 4c3b660439..8eba8fcdc4 100644 --- a/examples/platform/silabs/wifi/icd/ApplicationSleepManager.h +++ b/examples/platform/silabs/wifi/icd/ApplicationSleepManager.h @@ -105,14 +105,14 @@ class ApplicationSleepManager : public chip::app::ReadHandler::ApplicationCallba /** * @brief Calls the WifiSleepManager VerifyAndTransitionToLowPowerMode. - * The VerifyAndTransitionToLowPowerMode function is responsible of then queriyng the ApplicationSleepManager to + * The VerifyAndTransitionToLowPowerMode function is responsible of queriyng the ApplicationSleepManager to * determine in which low power state the Wi-Fi device can transition to. */ void OnFabricRemoved(const chip::FabricTable & fabricTable, chip::FabricIndex fabricIndex) override; /** * @brief Calls the WifiSleepManager VerifyAndTransitionToLowPowerMode. - * The VerifyAndTransitionToLowPowerMode function is responsible of then queriyng the ApplicationSleepManager to + * The VerifyAndTransitionToLowPowerMode function is responsible of queriyng the ApplicationSleepManager to * determine in which low power state the Wi-Fi device can transition to. */ void OnFabricCommitted(const chip::FabricTable & fabricTable, chip::FabricIndex fabricIndex) override;