treewide: fix spelling and grammar in Makefiles

Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-12-26 06:26:18 +02:00
committed by Hannu Nyman
parent 529150016e
commit de64f871b0
71 changed files with 78 additions and 78 deletions

View File

@@ -225,7 +225,7 @@ endef
define Package/erlang-parsetools/description
$(call Package/erlang/Default/description)
This package incluides the following tools:
This package includes the following tools:
yecc, LALR-1 Parser Generator.
leex, Lexical analyzer generator for Erlang.
endef

View File

@@ -35,7 +35,7 @@ endef
define Package/lua-coxpcall/description
Coxpcall encapsulates the protected calls with a coroutine based loop,
so errors can be dealed without the usual pcall/xpcall issues with coroutines.
so errors can be dealt without the usual pcall/xpcall issues with coroutines.
endef
TARGET_CFLAGS += $(FPIC)

View File

@@ -24,7 +24,7 @@ define Package/lua-struct
URL:=https://github.com/iryont/lua-struct
endef
define Package/lua-struct/desription
define Package/lua-struct/description
lua-struct is a pure lua Implementation for packing and unpacking
binary data.
endef

View File

@@ -59,7 +59,7 @@ define Package/perl
SUBMENU:=Perl
SECTION:=lang
CATEGORY:=Languages
TITLE:=The Perl intepreter
TITLE:=The Perl interpreter
URL:=http://www.perl.com/
DEPENDS:= +USE_GLIBC:libcrypt-compat +USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc
endef

View File

@@ -42,7 +42,7 @@ endef
define Build/Configure
$(call perlmod/Configure,,)
# Prepare a library directory where we can link againt lusb-0.1(as
# Prepare a library directory where we can link against lusb-0.1(as
# opposed to -lusb) to avoid confusion at runtime
mkdir $(PKG_BUILD_DIR)/syslib
$(LN) $(STAGING_DIR)/usr/lib/libusb.so $(PKG_BUILD_DIR)/syslib/libusb-0.1.so

View File

@@ -79,7 +79,7 @@ define Package/python3-numpy
+NUMPY_OPENBLAS_SUPPORT:openblas
endef
# We need to duplicate the omitted arhitectures same as openblas
# We need to duplicate the omitted architectures same as openblas
define Package/python3-numpy/config
menu "Configuration"
depends on !powerpc

View File

@@ -35,7 +35,7 @@ ifeq ($(HOST_OS),Darwin)
endif
endif
# mips64 openwrt has a specific targed in rustc
# mips64 openwrt has a specific target in rustc
ifeq ($(ARCH),mips64)
RUSTC_TARGET_ARCH:=$(REAL_GNU_TARGET_NAME)
else