From 9279040543e9d2de39d8fdf222f80c82bb9c445e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 9 Jan 2022 14:19:00 +0100 Subject: [PATCH] package/pkg-python.mk: fix typos s/interperter/interpreter/ and drop 'use use' / 'depend on use'. Signed-off-by: Peter Korsgaard (cherry picked from commit 65054d1a1964548a72c320b075cb20a122117952) Signed-off-by: Peter Korsgaard --- package/pkg-python.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/pkg-python.mk b/package/pkg-python.mk index e6b81bdfd3..bb1e6e5826 100644 --- a/package/pkg-python.mk +++ b/package/pkg-python.mk @@ -162,8 +162,8 @@ endif # - for target packages, we always depend on the default python interpreter # (the one selected by the config); # - for host packages: -# - if *_NEEDS_HOST_PYTHON is not set, then we depend on use the default -# interperter; +# - if *_NEEDS_HOST_PYTHON is not set, then we use the default +# interpreter; # - otherwise, we depend on the one requested by *_NEEDS_HOST_PYTHON. # ifeq ($(4),target) @@ -222,8 +222,8 @@ endif # SETUP_TYPE # - for target packages, we always use the default python interpreter (which # is the same version as the one built and installed on the target); # - for host packages: -# - if *_NEEDS_HOST_PYTHON is not set, then we use use the default -# interperter; +# - if *_NEEDS_HOST_PYTHON is not set, then we use the default +# interpreter; # - otherwise, we use the one requested by *_NEEDS_HOST_PYTHON. # ifeq ($(4),target)