Explorar o código

Merge branch 'bugfix/idf_py_actions_fix_spelling' into 'master'

tool: Fix spelling in core_ext.py

Closes IDFGH-3126

See merge request espressif/esp-idf!8718
Angus Gratton %!s(int64=5) %!d(string=hai) anos
pai
achega
48399d3ce0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tools/idf_py_actions/core_ext.py

+ 2 - 2
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,
             },