soc: st: stm32: fix spelling of "corresponding"

s/correspending/corresponding/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-17 18:26:27 +01:00 committed by Benjamin Cabé
commit 703313aa54

View file

@ -275,7 +275,7 @@ int stm32_pwr_wkup_pin_cfg_gpio(const struct gpio_dt_spec *gpio)
}
if (!found_gpio) {
LOG_DBG("Couldn't find a wake-up event correspending to GPIO %s pin %d\n",
LOG_DBG("Couldn't find a wake-up event corresponding to GPIO %s pin %d\n",
gpio->port->name, gpio->pin);
LOG_DBG("=> It cannot be used as a wake-up source\n");
return -EINVAL;