mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/pkg-utils: fix 'necessary' and 'dictionary' typos
Found by codespell. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
bd1f401ecd
commit
ba08a37af5
@@ -75,7 +75,7 @@ extractor-pkg-dependency = $(EXTRACTOR_PKG_DEPENDENCY$(suffix $(1)))
|
|||||||
|
|
||||||
# extractor-system-dependency(filename): returns the name of the tool
|
# extractor-system-dependency(filename): returns the name of the tool
|
||||||
# needed to extract 'filename', and is meant to be used with
|
# needed to extract 'filename', and is meant to be used with
|
||||||
# DL_TOOLS_DEPENDENCIES, in order to check that the necesary tool is
|
# DL_TOOLS_DEPENDENCIES, in order to check that the necessary tool is
|
||||||
# provided by the system Buildroot runs on.
|
# provided by the system Buildroot runs on.
|
||||||
#
|
#
|
||||||
# $(firstword) is used here because the extractor can have arguments,
|
# $(firstword) is used here because the extractor can have arguments,
|
||||||
@@ -99,7 +99,7 @@ define yesno-to-bool
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
# json-info -- return package or filesystem metadata formatted as an entry
|
# json-info -- return package or filesystem metadata formatted as an entry
|
||||||
# of a JSON dictionnary
|
# of a JSON dictionary
|
||||||
# $(1): upper-case package or filesystem name
|
# $(1): upper-case package or filesystem name
|
||||||
define json-info
|
define json-info
|
||||||
"$($(1)_NAME)": {
|
"$($(1)_NAME)": {
|
||||||
|
|||||||
Reference in New Issue
Block a user