tool: Fix spelling in core_ext.py

Closes: https://github.com/espressif/esp-idf/pull/5145
This commit is contained in:
Scott Shawcroft 2020-04-17 13:30:11 -07:00 committed by KonstantinKondrashov
parent 695f075a13
commit 8c4dc88d27

View file

@ -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,
},