From 8c4dc88d27af4d92b545991b1a4862ac475fd378 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 17 Apr 2020 13:30:11 -0700 Subject: [PATCH] tool: Fix spelling in core_ext.py Closes: https://github.com/espressif/esp-idf/pull/5145 --- tools/idf_py_actions/core_ext.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/idf_py_actions/core_ext.py b/tools/idf_py_actions/core_ext.py index b03d5c3a3..97c8e248f 100644 --- a/tools/idf_py_actions/core_ext.py +++ b/tools/idf_py_actions/core_ext.py @@ -311,13 +311,13 @@ def action_extensions(base_actions, project_path): }, "efuse_common_table": { "callback": build_target, - "help": "Genereate C-source for IDF's eFuse fields.", + "help": "Generate C-source for IDF's eFuse fields.", "order_dependencies": ["reconfigure"], "options": global_options, }, "efuse_custom_table": { "callback": build_target, - "help": "Genereate C-source for user's eFuse fields.", + "help": "Generate C-source for user's eFuse fields.", "order_dependencies": ["reconfigure"], "options": global_options, },