Fixed spelling in build-system.rst. Closes https://github.com/espressif/esp-idf/pull/2641

This commit is contained in:
fabianpedd 2018-10-28 12:23:50 +01:00 committed by krzychb
parent f55509bd3f
commit 618236d8ff

View file

@ -76,7 +76,7 @@ An example project directory tree might look like this::
This example "myProject" contains the following elements:
- A top-level project Makefile. This Makefile set the ``PROJECT_NAME`` variable and (optionally) defines
- A top-level project Makefile. This Makefile sets the ``PROJECT_NAME`` variable and (optionally) defines
other project-wide make variables. It includes the core ``$(IDF_PATH)/make/project.mk`` makefile which
implements the rest of the ESP-IDF build system.