diff --git a/scripts/pico_project.py b/scripts/pico_project.py index fe9bd402..a18e352b 100644 --- a/scripts/pico_project.py +++ b/scripts/pico_project.py @@ -583,9 +583,9 @@ def GenerateCMake(folder, params): "# (note this can come from environment, CMake cache etc)\n\n" ) - # if you change the do never edit headline you need to change the check for it in extension.mts + # if you change the do not edit headline you need to change the check for it in extension.mts cmake_header_us = ( - "# == DO NEVER EDIT THE NEXT LINES for Raspberry Pi Pico VS Code Extension to work ==\n" + "# == DO NOT EDIT THE FOLLOWING LINES for the Raspberry Pi Pico VS Code Extension to work ==\n" "if(WIN32)\n" " set(USERHOME $ENV{USERPROFILE})\n" "else()\n"