From 412225de01bc102feb275b2fa4f315b1594688d9 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Mon, 14 Oct 2024 08:39:24 -0700 Subject: [PATCH] Update include/openthread/link.h --- include/openthread/link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openthread/link.h b/include/openthread/link.h index 93f32769491..4e3d6faf2b1 100644 --- a/include/openthread/link.h +++ b/include/openthread/link.h @@ -1168,7 +1168,7 @@ void otLinkGetWakeupListenParameters(otInstance *aInstance, uint32_t *aInterval, * Set the wake-up listen parameters. * * The listen interval must be greater than the listen duration. - * The listen duration must be greater or equal than the minumum supported. + * The listen duration must be greater or equal than the minimum supported. * * Requires `OPENTHREAD_CONFIG_WAKEUP_END_DEVICE_ENABLE`. *