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;