fix(drivers): fix typos found by codespell

codespell components/esp_driver*
This commit is contained in:
morris
2024-03-25 14:11:33 +08:00
parent 2ee266c0d6
commit c0289ee6eb
131 changed files with 327 additions and 327 deletions

View File

@@ -37,7 +37,7 @@ struct esp_lcd_panel_t {
esp_err_t (*init)(esp_lcd_panel_t *panel);
/**
* @brief Destory LCD panel
* @brief Destroy LCD panel
*
* @param[in] panel LCD panel handle, which is created by other factory API like `esp_lcd_new_panel_st7789()`
* @return