diff options
author | 2015-07-14 17:17:20 +0200 | |
---|---|---|
committer | 2015-07-14 23:56:58 +0200 | |
commit | c99a0deec78cc0e444332c341ba687b567abd79f (patch) | |
tree | d7b989f253be26c318f36a6b9d48cbe7f436d6ff /docs | |
parent | fe3f30d9a7c989194ab58a99d04eed785fb9eef4 (diff) | |
download | buildroot-c99a0deec78cc0e444332c341ba687b567abd79f.tar.gz buildroot-c99a0deec78cc0e444332c341ba687b567abd79f.tar.bz2 |
docs/manual: Fix trivial typo
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/adding-packages-python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt index f81d62545a..588dbf8ad5 100644 --- a/docs/manual/adding-packages-python.txt +++ b/docs/manual/adding-packages-python.txt @@ -143,7 +143,7 @@ therefore only use a few of them, or none. * +HOST_PYTHON_FOO_NEEDS_HOST_PYTHON+, to define the host python interpreter. The usage of this variable is limited to host packages. The two supported value are +python2+ and +python3+. It - will ensures the right host python package is available and will + will ensure the right host python package is available and will invoke it for the build. If some build steps are overloaded, the right python interpreter must be explicitly called in the commands. |