treewide: fix spelling and grammar in Makefiles
authorGeorge Sapkin <redacted>
Fri, 26 Dec 2025 04:26:18 +0000 (06:26 +0200)
committerHannu Nyman <redacted>
Wed, 31 Dec 2025 07:12:36 +0000 (09:12 +0200)
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin <redacted>
71 files changed:
admin/freeipmi/Makefile
devel/nasm/Makefile
lang/erlang/Makefile
lang/lua/lua-coxpcall/Makefile
lang/lua/lua-struct/Makefile
lang/perl/Makefile
lang/perl/perl-device-usb/Makefile
lang/python/numpy/Makefile
lang/rust/rust-values.mk
libs/afalg_engine/Makefile
libs/alsa-ucm-conf/Makefile
libs/boost/Makefile
libs/c-ares/Makefile
libs/libdmapsharing/Makefile
libs/libgcrypt/Makefile
libs/libgee/Makefile
libs/libmicrohttpd/Makefile
libs/libmpeg2/Makefile
libs/libogg/Makefile
libs/libopusenc/Makefile
libs/libradcli/Makefile
libs/libsoup3/Makefile
libs/libusbmuxd/Makefile
libs/libuv/Makefile
libs/totem-pl-parser/Makefile
libs/udns/Makefile
multimedia/ffmpeg/Makefile
multimedia/grilo-plugins/Makefile
multimedia/grilo/Makefile
multimedia/gstreamer1/Makefile
multimedia/lcdgrilo/Makefile
net/atlas-sw-probe/Makefile
net/ddns-scripts/Makefile
net/external-protocol/Makefile
net/foolsm/Makefile
net/gensio/Makefile
net/gnunet/Makefile
net/iftop/Makefile
net/lcdringer/Makefile
net/mosquitto/Makefile
net/net-mtools/Makefile
net/netopeer2/Makefile
net/owipcalc/Makefile
net/radicale2/Makefile
net/safe-search/Makefile
net/softethervpn/Makefile
net/static-neighbor-reports/Makefile
net/trafficshaper/Makefile
net/xl2tpd/Makefile
net/xtables-addons/Makefile
utils/airos-dfs-reset/Makefile
utils/attendedsysupgrade-common/Makefile
utils/bash/Makefile
utils/coremark/Makefile
utils/crconf/Makefile
utils/cudy-bdinfo/Makefile
utils/dmidecode/Makefile
utils/fft-eval/Makefile
utils/gnupg/Makefile
utils/gnupg2/Makefile
utils/hwinfo/Makefile
utils/klish/Makefile
utils/open2300/Makefile
utils/opensc/Makefile
utils/owfs/Makefile
utils/procps-ng/Makefile
utils/prometheus-node-exporter-lua/Makefile
utils/prometheus-node-exporter-ucode/Makefile
utils/ubnt-manager/Makefile
utils/zoneinfo/Makefile
utils/zstd/Makefile

index 24b0d9e127603a5f9409148b2807fe6087669502..f36a8a44f3faf801ad3c115e2f6f86bc8fb450ae 100644 (file)
@@ -54,7 +54,7 @@ Assorted IPMI-related tools:
  * ipmi-sensors - display IPMI sensor information
  * ipmi-sensors-config - configure sensors
  * ipmiconsole - IPMI console utility
- * ipmiping - send IPMI Get Authentication Capabilitiy request
+ * ipmiping - send IPMI Get Authentication Capability request
  * ipmipower - IPMI power control utility
  * pef-config - configure PEF values
  * rmcpping - send RMCP Ping to network hosts
index d071a429b66edf5694af021a44a333b7717b1eee..0118aee6f68658bceb13603ac6fce726b0656267 100644 (file)
@@ -27,7 +27,7 @@ define Package/nasm
 endef
 
 define Package/nasm/description
-  NASM, the Netwide Assembler: an assembler targetting the
+  NASM, the Netwide Assembler: an assembler targeting the
   Intel x86 series of processors, with portable source.
 endef
 
index be6fbc2b42f7c920543918270b97b8ee4ac6af81..b3aa204a8a49256edd5bfc871194b71a0b961bf3 100644 (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
index c9345df4b3204cc7c3442715e87e527748afdd1b..9b1239db8aba7e41fc0151dc65f85b3c3e328795 100644 (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)
index f24131f9a2f611ddbfb533d8200cbe22a4a2308f..e3090129273c6787c149bd7c7bbb7c359d85aee5 100644 (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
index c16a38e59952f482bc3b157fe9405d2d4aa40951..8cfa26a0efadb75c0cabe85b72b34343a3fefa07 100644 (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
index 9757037f55ffbf8877b211292ca9f2552e35b8f8..a419dfe8bc696f126e4c21abb2e77e0f2fccae63 100644 (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
index b8412f0ad6a7b24cc7e741d1ecb0d92b5a9d7786..a774765bd157d488c8c1747460e6b9b0a0185abc 100644 (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
index e1dbbbccaee3740c8072eb5c191b5bc0cb70efdf..8acdc394337ebfb1b66e3804e6687ba91cdb6449 100644 (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
index ec6f1f3f1241c9daf46e04933447066ca26d1a5b..153e1a9f0f8cf4a066e6c5e93467376b169e1515 100644 (file)
@@ -46,7 +46,7 @@ define Package/libopenssl-afalg_sync/description
     It is different than the AF_ALG engine that ships with OpenSSL:
      - it is faster
      - it uses sync calls, instead of async
-     - it suports more algorithms
+     - it supports more algorithms
 endef
 
 define Package/libopenssl-afalg_sync/config
index f86d44c17642497c63941557535337f6657e0386..f1091bbf7bc01f2ba2ea5b45ae7da7c724cbb601 100644 (file)
@@ -30,7 +30,7 @@ define Package/alsa-ucm-conf
 endef
 
 define Package/alsa-ucm-conf/description
- This is a set of configuration files needed for some ALS utilities like alsactl.
+ This is a set of configuration files needed for some ALSA utilities like alsactl.
 endef
 
 define Build/Configure
index ae95e2fd4f895e2e2d4938686aa2e93ff78cfbc4..e53e2492c1e43cec290dbd55d2367ea99cf494ab 100644 (file)
@@ -237,7 +237,7 @@ define Package/boost/config
                config boost-use-name-tags
                        bool "Use tagged names."
                        help
-                               Add name tags the lib files, to diferentiate each library version:
+                               Add name tags the lib files, to differentiate each library version:
                                  "-mt" for multi-threading.
                                  "-d" for debugging.
                                  "-s" for runtime static link".
index 8e132851ed0894c0c3e17295d6a25e2d8428645a..af548eacdeeeb96f26f4f805af00011fd1a84fc6 100644 (file)
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/cmake.mk
 define Package/libcares
   SECTION:=libs
   CATEGORY:=Libraries
-  TITLE:=Library for asyncronous DNS Requests (including name resolves)
+  TITLE:=Library for asynchronous DNS Requests (including name resolves)
   URL:=https://c-ares.org/
   MAINTAINER:=Karl Palsson <karlp@etactica.com>
 endef
index 5d506aaff95409936f5855d4872357ecfff88230..bd097923443a3b873cd84a71e60af8e05a3dfe30 100644 (file)
@@ -37,7 +37,7 @@ define Package/libdmapsharing
   URL:=https://www.flyn.org/projects/libdmapsharing/
 endef
 
-define Package/libdmapsharing/decription
+define Package/libdmapsharing/description
   Libdmapsharing is a DMAP library implementation in C
 endef
 
index 6415a31c852a628ff164263ce401084c43b8a955..52bc8ac75220ba64bf0510217c34ab1074e506c4 100644 (file)
@@ -35,7 +35,7 @@ endef
 
 define Package/libgcrypt/description
  This is a general purpose cryptographic library based on the code from
- GnuPG. It provides functions for all cryptograhic building blocks:
+ GnuPG. It provides functions for all cryptographic building blocks:
  symmetric ciphers (AES, DES, Arcfour, CAST5), hash algorithms (MD5, SHA-1,
  RIPE-MD160, SHA-224/256, SHA-384/512), MACs (HMAC for all hash
  algorithms), public key algorithms (RSA, DSA), large integer functions,
index 86f45f62d84e27f5218ee80316780a540dcad3a9..f4ed3b08dea35282519f5f1d1b0824c9cc28a611 100644 (file)
@@ -33,7 +33,7 @@ define Package/libgee
   URL:=https://wiki.gnome.org/Libgee
 endef
 
-define Package/libgee/decription
+define Package/libgee/description
   Libgee is an utility library providing GObject-based interfaces and classes
 endef
 
index 4aa86454c0c570b9c1c21d318b3b5aa770427fe6..8b632ec4a5d5f7002faeb0043f37fbdb25540f97 100644 (file)
@@ -33,7 +33,7 @@ endef
 
 define Package/libmicrohttpd-no-ssl
 $(call Package/libmicrohttpd/default)
-  TITLE:=GNU libmicrohttpd is an embbeded HTTP server library
+  TITLE:=GNU libmicrohttpd is an embedded HTTP server library
   VARIANT:=nossl
   DEFAULT_VARIANT:=1
   PROVIDES:=libmicrohttpd
@@ -41,7 +41,7 @@ endef
 
 define Package/libmicrohttpd-ssl
 $(call Package/libmicrohttpd/default)
-  TITLE:=GNU libmicrohttpd is an embbeded HTTP and HTTPS server library
+  TITLE:=GNU libmicrohttpd is an embedded HTTP and HTTPS server library
   VARIANT:=ssl
   DEPENDS:=+libgnutls
   PROVIDES:=libmicrohttpd
index a51454e823c3d1892d404302290bde393f546310..3032eedda0cd16bcdc406828bdf8c6957e7f77d3 100644 (file)
@@ -28,7 +28,7 @@ define Package/libmpeg2
   URL:=http://libmpeg2.sourceforge.net/
 endef
 
-define Package/libmpeg2/decription
+define Package/libmpeg2/description
   Libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams
 endef
 
index 93b502ae0218e78c19d70012331d80303c67fa7b..7d4b3ffe217fd2fe182a00dcdd4496e41101051c 100644 (file)
@@ -37,7 +37,7 @@ define Package/libogg/description
 Ogg project codecs use the Ogg bitstream format to arrange the raw,
 compressed bitstream into a more robust, useful form.  For example,
 the Ogg bitstream makes seeking, time stamping and error recovery
-possible, as well as mixing several sepearate, concurrent media
+possible, as well as mixing several separate, concurrent media
 streams into a single physical bitstream.
 endef
 
index 3f0dba57dfd042dc48e09902b29872330a248e81..6e8bbe8c67b1098a7a89b5cb973dd477bb9bca38 100644 (file)
@@ -30,7 +30,7 @@ define Package/libopusenc
   URL:=https://opus-codec.org
 endef
 
-define Package/libopusenc/descriptiion
+define Package/libopusenc/description
  Libopusenc provides a high-level API for creating .opus files and streams.
 endef
 
index 6a6b303456dfeadd8f7b6bd04ea106909c47b398..2a45fa01f93ef3bf89a2dd98adde0b21819907ad 100644 (file)
@@ -32,7 +32,7 @@ define Package/libradcli
   DEPENDS:= +RADCLI_TLS:libgnutls +libnettle
 endef
 
-define Package/libradcli/decription
+define Package/libradcli/description
   The radcli library is a library for writing RADIUS Clients. The library's
   approach is to allow writing RADIUS-aware application in less than 50 lines
   of C code. It was based originally on freeradius-client and is source 
index 05e784c3b13bfea3240aa9b9bfc30eb068aa2020..8f3f76bddf5a8b4bcbf027f042367da33fcae3f0 100644 (file)
@@ -44,7 +44,7 @@ MESON_ARGS += \
        -Dinstalled_tests=false \
        -Dsysprof=disabled
 
-define package/libsoup3/decription
+define package/libsoup3/description
 Libsoup is an HTTP library implementation in C
 endef
 
index f725995a362f5e9253c448ba563c3f745661e703..8586df932715e894c03728b52490dbd66da9cbaa 100644 (file)
@@ -56,7 +56,7 @@ define Package/libusbmuxd-utils
   $(call Package/libusbmuxd/Default)
   SECTION:=utils
   CATEGORY:=Utilities
-  TITLE+= utilies
+  TITLE+= utilities
   DEPENDS:=+libusbmuxd
   LICENSE:=GPL-2.0-or-later
 endef
index 64f68923fea3fd7a139871b3c5ea44a09c529a18..61fc64b20d49fa27ce7e0b111e0ef3ec647f0fb3 100644 (file)
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/cmake.mk
 define Package/libuv
   SECTION:=libs
   CATEGORY:=Libraries
-  TITLE:=Cross-platform asychronous I/O library
+  TITLE:=Cross-platform asynchronous I/O library
   URL:=https://libuv.org/
   DEPENDS:=+libpthread +librt
   ABI_VERSION:=1
index 626d41232a12539f7a1a9e490f1a74ff90280d5c..834122cb3b29d4da48b930474d1e734387eee5a2 100644 (file)
@@ -31,7 +31,7 @@ define Package/totem-pl-parser
   URL:=https://gitlab.gnome.org/GNOME/totem-pl-parser
 endef
 
-define Package/totem-pl-parser/decription
+define Package/totem-pl-parser/description
   totem-pl-parser is a simple GObject-based library to parse a host of playlist formats
 endef
 
index 6eb81eeb5f70e88880ad1554560d8c5cb0b7350c..23b05a5c9a020b206b7b22f27ca0d4be507fdd26 100644 (file)
@@ -30,8 +30,8 @@ define Package/libudns
 endef
 
 define Package/libudns/description
-  UDNS is a stub DNS resolver library with ability to perform both syncronous
-  and asyncronous DNS queries.
+  UDNS is a stub DNS resolver library with ability to perform both synchronous
+  and asynchronous DNS queries.
 endef
 
 define Build/InstallDev
index ca6e057fbe2d21c4fc1e29bbf4fdb3ab9e35d75d..58a24f65cfe21a4cb75596b1f0e089ef22d25e68 100644 (file)
@@ -238,7 +238,7 @@ define Package/ffmpeg/Default/description
  FFmpeg is a a software package that can record, convert and stream digital
  audio and video in numerous formats.
 
- FFmpeg licensing / patent issues are complex. It is the reponsibility of the
+ FFmpeg licensing / patent issues are complex. It is the responsibility of the
  user to understand any requirements in this regard with its usage. See:
  https://ffmpeg.org/legal.html for further information.
 endef
@@ -381,7 +381,7 @@ endef
 
 # Strip off FPU notation
 REAL_CPU_TYPE:=$(call qstrip,$(firstword $(subst +, ,$(CONFIG_CPU_TYPE))))
-# Fixup cpu types recogized by ffmpeg configure
+# Fixup cpu types recognized by ffmpeg configure
 REAL_CPU_TYPE:=$(subst octeonplus,octeon+,$(REAL_CPU_TYPE))
 
 FFMPEG_CONFIGURE:= \
index f0c92a6b2b6e4e09334ca51ee5874ab58f03a11b..e69a34474c2770ce615494bd46bce617fb9caf79 100644 (file)
@@ -35,7 +35,7 @@ define Package/grilo-plugins
   TITLE:=Plugins for the Grilo framework
 endef
 
-define Package/grilo/decription
+define Package/grilo/description
   Grilo is a framework that provides access to different sources of
   multimedia content, using a pluggable system. This package contains
   plugins to get information from a number of sources.
index 54bc754ded80894b6731eb54aff804f7148aea19..35ac8920ff7c4b93e4dc407182e177d474ff897c 100644 (file)
@@ -31,7 +31,7 @@ define Package/grilo
   DEPENDS:=+glib2 +libsoup3 +libxml2
 endef
 
-define Package/grilo/decription
+define Package/grilo/description
   Grilo is a framework that provides access to different sources of
   multimedia content, using a pluggable system.
 endef
index cb61dc2607cf9bd326c7da9fe4c3efd6f150c4e1..b870ba786e362ab28397c3a832bcc3b21b9a3b66 100644 (file)
@@ -57,7 +57,7 @@ define Package/gstreamer1-libs/description
  $(call Package/gstreamer1/description/Default)
  .
  This meta package contains only dependencies on the other GStreamer
- componenents.
+ components.
 endef
 
 define Package/gstreamer1-libs
index 3a3cf52c2ac73c1467013cde3843769098adae7f..d90b98151f889f2db8fb91f0720de07350f862e4 100644 (file)
@@ -35,7 +35,7 @@ define Package/lcdgrilo
   URL:=https://www.flyn.org/projects/lcdgrilo/
 endef
 
-define Package/lcdgrilo/decription
+define Package/lcdgrilo/description
        A simple Grilo-based audio player meant to run on a Raspberry Pi with a PiFace CAD
 endef
 
index 21506dba25418f7cad0fc55c1ba152979425d056..035c8527eeb36dc41e8492e4b39b38ef2099ba48 100644 (file)
@@ -103,7 +103,7 @@ define Package/atlas-sw-probe/install
        # Enable sending interface traffic statistics as Atlas measurement results
        echo "RXTXRPT=yes" > $(1)/$(SCRIPTS_DIR)/state/config.txt
 
-       # Fix permision
+       # Fix permission
        chmod 755 $(1)/$(SCRIPTS_DIR)/bin
 
        # Add registration instruction
index 552ec509469b1f3f10afe979a6064d84efde3698..b894f00d4e894c357fd0cfb841d759cc73ea4d9e 100644 (file)
@@ -127,7 +127,7 @@ endef
 
 define Package/ddns-scripts-digitalocean
   $(call Package/ddns-scripts/Default)
-  TITLE:=Extention for digitalocean.com API v2
+  TITLE:=Extension for digitalocean.com API v2
   DEPENDS:=ddns-scripts +curl
   PROVIDES:=ddns-scripts_digitalocean.com-v2
 endef
index ba98465fc2078efd57fed61100e5af8353d3285d..4ffb79c982124302bb6eaa95c5fba09ce956bf22 100644 (file)
@@ -23,7 +23,7 @@ define Package/external-protocol/description
   netbird for example. External protocol is supposed
   to be managed with external software, not directly.
 
-  external protocol works automaticly on the background
+  external protocol works automatically on the background
   and sets up netifd details when interface comes up or
   goes down. This allows one to easily add interface to
   a firewall zone.
index 1badaed193ebed0ca6e0efca25f1a1b1901ccdab..a3462964e52c484c3bba4fda31ab2e468f3f3c84 100644 (file)
@@ -34,7 +34,7 @@ endef
 
 define Package/foolsm/description
   foolsm is a link state monitor for carrying out actions when a link
-  transistions from the up to down state or vice versa.
+  transitions from the up to down state or vice versa.
 endef
 
 define Package/foolsm/conffiles
index efc45da2b02840e4083c65eb488f222fc1e1d87e..96e46d5ca2beb2f796629c0e0ce1fbd20e998fb4 100644 (file)
@@ -98,7 +98,7 @@ define Package/gensio/Default/description
  I/O types. You create a gensio object (or a gensio), and you can use
  that gensio without having to know too much about what is going on
  underneath. You can stack gensio on top of another one to add protocol
- funcionality. For instance, you can create a TCP gensio, stack SSL on
+ functionality. For instance, you can create a TCP gensio, stack SSL on
  top of that, and stack Telnet on top of that. It supports a number of
  network I/O and serial ports.  Gensio can be used for sending and
  receiving ports, and it also supports establishing encrypted and
index 5eb17ef0b7ee6a9f8c225f4762ac17baa12aa208..ad6c984e548e540eed31a186ba95f56230014315 100644 (file)
@@ -401,5 +401,5 @@ $(eval $(call BuildComponent,gns-sqlite,libsqlite3 gns plugins,))
 $(eval $(call BuildComponent,peerstore-sqlite,libsqlite3 peerstore plugin,))
 $(eval $(call BuildComponent,communicator-tcp,tng transport TCP communicator,y))
 $(eval $(call BuildComponent,communicator-udp,tng transport UDP communicator,y))
-$(eval $(call BuildComponent,utils,administration utililties,))
+$(eval $(call BuildComponent,utils,administration utilities,))
 $(eval $(call BuildComponent,vpn,vpn components,y))
index 259b47a3668cc0611e40a421561656ea641fd975..03773f5e7ec0556fdffb815a9940799682762fbd 100644 (file)
@@ -19,7 +19,7 @@ define Package/iftop
   SECTION:=net
   CATEGORY:=Network
   DEPENDS:=+libpcap +libncurses +libpthread
-  TITLE:=display bandwith usage on an interface
+  TITLE:=display bandwidth usage on an interface
   URL:=http://www.ex-parrot.com/~pdw/iftop/
 endef
 
index 8cf3a22304b82f18c1603c71fc046c60a8df8b2e..5bd00fedea3a99f4c3072a3ec2f2d00c3225ee57 100644 (file)
@@ -36,7 +36,7 @@ define Package/lcdringer
   URL:=https://www.flyn.org/projects/lcdringer/
 endef
 
-define Package/lcdringer/decription
+define Package/lcdringer/description
        A simple Jabber-initiated ringer meant to run on a Raspberry Pi with a PiFace CAD
 endef
 
index de8e00609a88422786c3af3d3e35271487ff2111..1137ae219e1c2b85d8eefdfadab1af6cc8d51858 100644 (file)
@@ -132,7 +132,7 @@ define Package/libmosquitto/default/description
 use by any third party software that wants to communicate with _any_
 MQTT server.
 
-Should be useable for communicating with any MQTT v3.1/3.1.1/5 compatible
+Should be usable for communicating with any MQTT v3.1/3.1.1/5 compatible
 server, in addition to Mosquitto.
 endef
 
index 01024522cf10dd39b350d610626fa253d70ffdd6..5df32a6e878150ea0805c1e18779756127a3c93e 100644 (file)
@@ -19,7 +19,7 @@ define Package/net-mtools
 endef
 
 define Package/net-mtools/description
-  The tools msend and mreceive can be particulary useful
+  The tools msend and mreceive can be particularly useful
   when debugging multicast setups.
 
   msend continuously sends UDP packets to the multicast
index c62527c0edd6dbeb357af6e8d30d7b9df00ff113..fae00a5755b6a0f442e705fc6b3988b8ed4a0390 100644 (file)
@@ -5,7 +5,7 @@
 # See /LICENSE for more information.
 #
 
-# Warning by default OpenWrt does not have a root password which is necessery for NETCONF server.
+# Warning by default OpenWrt does not have a root password which is necessary for NETCONF server.
 
 include $(TOPDIR)/rules.mk
 
index 282bcc14acbe400ea403027e2e2391ff42dd56bb..e3049d4bac3d8cf800118cbed65aafba87d6b470 100644 (file)
@@ -36,7 +36,7 @@ endef
 
 define Package/libowipcalc/description
   The owipcalc library supports a number of calculations and tests to work
-  with ip-address ranges, this is useful for programms that e.g. need to
+  with ip-address ranges, this is useful for programs that e.g. need to
   partition ipv6-prefixes into small subnets or to calculate address ranges
   for dhcp pools.
 endef
index 2b8b8ef967c642b136fd472d483524af3b62dbfd..c2aacd68a2170bdad97ed431fb300097cca9f298 100644 (file)
@@ -39,7 +39,7 @@ $(call Package/radicale2/Default)
 endef
 
 define Package/radicale2-meta/description
-The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box.
+The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependencies and is pre-configured to work out-of-the-box.
 
 The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3.
 endef
index 1492db09008edfb4c53af1dc3b4783faa98538b5..d01e3c21151100ae49f00d3ac32d658d984d15b1 100644 (file)
@@ -23,7 +23,7 @@ endef
 define Package/safe-search/description
 This package prevents adult content from appearing in search results by
 configuring dnsmasq to force all devices on your network to use Google and
-Bing's Safe Search IP addresses. This is designed to be approperiate for most
+Bing's Safe Search IP addresses. This is designed to be appropriate for most
 businesses and families. The default filtering rules do not interfere with
 normal web browsing.
 endef
index 0c15bed3136331fc68cae4c7920a39cdc213e040..e1b1c7281d452a359106896d1143542914e9ec00 100644 (file)
@@ -49,7 +49,7 @@ HOST_CFLAGS += $(if $(CONFIG_HOST_OS_MACOS),-Wno-implicit-function-declaration,)
 define Host/Compile
        # Build hamcorebuilder using host compiler and let it generate
        # the hamcore.se2 archive file
-       # CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ingored
+       # CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ignored
        CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) $(HOST_MAKE_FLAGS) \
                src/bin/BuiltHamcoreFiles/unix/hamcore.se2
 endef
index 462e9f0897b0e85e83548e079fe914dec9ddb8c7..39de7257bfd032fd6c28399bebd6791b2b21c4ed 100644 (file)
@@ -38,7 +38,7 @@ endef
 define Package/static-neighbor-reports/description
   Allows to configure static neighbor reports for hostapd interfaces.
 
-  These neighbor reports are avilable to clients using IEEE 802.11k.
+  These neighbor reports are available to clients using IEEE 802.11k.
 endef
 
 $(eval $(call BuildPackage,static-neighbor-reports))
index 230963cab55e416a28c98186ca164699aad3453a..880fd280363016a1992850da8aae9d552224f043 100644 (file)
@@ -25,10 +25,10 @@ endef
 
 define Package/trafficshaper/description
   Setup QoS rules to limit (or reserve) traffic used by classes of clients.
-  Uplink and downlink can be controled (or not controlled) independently.
+  Uplink and downlink can be controlled (or not controlled) independently.
   Client classes are defined by its network addresses (IPv4 or IPv6). Each
-  client class can define absolute or relative (to wan) bandwith, and also
-  the use (or not) of spare wan bandwidth when avaiable.
+  client class can define absolute or relative (to wan) bandwidth, and also
+  the use (or not) of spare wan bandwidth when available.
 endef
 
 define Package/trafficshaper/conffiles
index 5cbb19221ebc963ea8a17910d37ea6abcd4aeed5..c3acb6a0086dd78f4f74abb237e1bc4bfb3919d7 100644 (file)
@@ -37,7 +37,7 @@ endef
 define Package/xl2tpd/description
 l2tpd is the open source implementation of the L2TP tunneling protocol (RFC2661).
 It does implement both LAC and LNS role in a L2TP networking architecture. The
-main goal of this protocol is to tunnel PPP frame trough an IP network.
+main goal of this protocol is to tunnel PPP frame through an IP network.
 endef
 
 ifneq (0,0)
index 46e3d97a5ecf2b6a9c15db2774922dee004bd4ba..f97b82c346ca311d802a6c9d35e1b32f11f52346 100644 (file)
@@ -207,7 +207,7 @@ endef
 
 #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,DEPENDS))
 
-$(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,+IPV6:kmod-ip6tables))
+$(eval $(call BuildTemplate,compat-xtables,API compatibility layer,,compat_xtables,+IPV6:kmod-ip6tables))
 
 $(eval $(call BuildTemplate,account,ACCOUNT,xt_ACCOUNT,ACCOUNT/xt_ACCOUNT,+kmod-ipt-compat-xtables))
 $(eval $(call BuildTemplate,asn,asn,xt_asn,xt_asn,))
index 1e291110e2133295127927ec1f8c9518064b6237..eb8787b22928208453c2f2599ad83353f3b07cfc 100644 (file)
@@ -24,7 +24,7 @@ endef
 
 define Package/airos-dfs-reset/description
 Companion app for Ubiquity AirOS Gear to enforce fallback to original frequency after DFS event is over.
-It works by soft-rebooting if running-frequency doesnt match the configured frequency.
+It works by soft-rebooting if running-frequency doesn't match the configured frequency.
 endef
 
 define Package/airos-dfs-reset/conffiles
index f927376ee8f82d62d555efa2e8d8f8041d0decaf..5701d73404b95d9f86907e656294e067c87d24f7 100644 (file)
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/attendedsysupgrade-common
   SECTION:=utils
   CATEGORY:=Base system
-  TITLE:=Common files neede by attendedsysupgrade packages
+  TITLE:=Common files needed by attendedsysupgrade packages
   MAINTAINER:=Paul Spooren <mail@aparcar.org>
   DEPENDS:=+rpcd +rpcd-mod-rpcsys
   PKGARCH:=all
index 6afe72cc26b7041afc9ca01861bec74b1fe6ff4a..6d9cdd4e2639df40e4cb04407274bddedb720d41 100644 (file)
@@ -60,7 +60,7 @@ endef
 # bash_cv_dev_fd: The test is done on build system but OpenWrt currently does
 # not have /dev/fd, it provides /proc/self/fd/ instead
 #
-# bash_cv_sys_named_pipes: Required for process substituion
+# bash_cv_sys_named_pipes: Required for process substitution
 CONFIGURE_VARS += \
        ac_cv_rl_prefix="$(STAGING_DIR)/usr" \
        ac_cv_rl_version="8.0" \
index c9ca31acb8ae07a4f3c017f8fba53c97a51aa3cf..721b944da7983b2948b63cdb137b275c4956441e 100644 (file)
@@ -43,7 +43,7 @@ define Package/coremark/config
                depends on PACKAGE_coremark
                default y
                help
-                       This enables additional optmizations using the -O3 compilation flag.
+                       This enables additional optimizations using the -O3 compilation flag.
 
        config COREMARK_ENABLE_MULTITHREADING
                bool "Enable multithreading support"
index 5375ae6712a3945e08a7675520c4a3c47f3ac626..e3ca96b6e598527c880a8341113568d6cef64ea1 100644 (file)
@@ -26,12 +26,12 @@ include $(INCLUDE_DIR)/package.mk
 define Package/crconf
   SECTION:=utils
   CATEGORY:=Utilities
-  TITLE:=Linux crypto layer configuraton tool
+  TITLE:=Linux crypto layer configuration tool
   URL:=https://sourceforge.net/projects/crconf
 endef
 
 define Package/crconf/description
-  Linux crypto layer configuraton tool.
+  Linux crypto layer configuration tool.
   Use this to manipulate kernel Crypto API/framework stuff,
   like drivers, templates, etc.
   Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt
index 2a4eeff68ea65dc81641476953fd71df0a8a2720..3afcacec0e3d4f82aa5ad94aebe19d9b52643c68 100644 (file)
@@ -30,7 +30,7 @@ endef
 
 define Package/cudy-bdinfo/description
 This program can be used to obtain information stored on the
-bdinfo parition found on routers from Shenzhen Cudy Technology.
+bdinfo partition found on routers from Shenzhen Cudy Technology.
 endef
 
 define Package/cudy-bdinfo/install
index 708e8c56a988e32d563b46e71bfdf18e6f8fd571..0e63f3b28e3a1ac120c9b6799aed4ea8f2912222 100644 (file)
@@ -27,7 +27,7 @@ define Package/dmidecode
   SECTION:=utils
   CATEGORY:=Utilities
   DEPENDS:=@(TARGET_x86||TARGET_x86_64||TARGET_armsr_armv8)
-  TITLE:=Displays BIOS informations.
+  TITLE:=Displays BIOS information
   URL:=https://www.nongnu.org/dmidecode/
 endef
 
index 8e851d7ba36b6ce6724f3340792d22ad7a4687d9..fd396eeb30d9bcd94e485850e7616ca6e53ea07b 100644 (file)
@@ -22,7 +22,7 @@ define Package/$(PKG_NAME)
 endef
 
 define Package/$(PKG_NAME)/description
-       Evaluates FFT samples from diferent wifi boards drivers
+       Evaluates FFT samples from different wifi boards drivers
 endef
 
 TARGET_CFLAGS  += -Wall -W -std=gnu99 -fno-strict-aliasing -MD -MP
index ce7db535dcf4c048d511d86a1fa396a2a8b06c9f..8e244fcf7af5cfd2cf8fa26a4d5c3a4e8b3f1ff0 100644 (file)
@@ -69,7 +69,7 @@ define Package/gpgv/description
 endef
 
 define Package/gnupg-utils/description
- Key management utilies for GnuPG.
+ Key management utilities for GnuPG.
  This package is needed to import keys from a keyserver.
 endef
 
index 0da0dd3a490e9c2510bc5ef7d60fd67fe4d5e546..ce7ce5a1503762ba3cfa5dff2c380e8d044c72c6 100644 (file)
@@ -86,7 +86,7 @@ access to OCSP providers.  Dirmngr is invoked internally by 'gpg',
 endef
 
 define Package/gnupg2-utils/description
- Key management utilies for GnuPG (version 2).
+ Key management utilities for GnuPG (version 2).
  This package is needed to import keys from a keyserver.
 endef
 
index b73546afddd51bb35ae2a679cc9cc63f16c321cf..004d733fef03e4ea831177cdcd0739c085fddc0b 100644 (file)
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/host-build.mk
 
 define Host/Compile
        # Build using host compiler and let it generate the files we need
-       # CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ingored
+       # CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ignored
        CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) \
                -C $(HOST_BUILD_DIR)/src/isdn/cdb
        CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) \
index a14a4025d9310284036a0e628a98c96a0c463d2e..119f79d7e885afa29118a1c0c7de0fea7ce38e99 100644 (file)
@@ -49,7 +49,7 @@ define Package/klish/description
  klish is able to run using clish XML configuration files although
  current clish users may expect some changes in behavior.
  Konf and konfd are klish utilities that are used to store configuration
- informations in a way which is similar to what's found on CISCO devices.
+ information in a way which is similar to what's found on CISCO devices.
  More information about these tools is to be found on the klish web site.
 endef
 
index 6f8baa1a108cc008df0e39fb53bdcb08f2502767..57e31adf75152202cc06d9e307732dfb568b95dc 100644 (file)
@@ -32,7 +32,7 @@ define Package/open2300
 endef
 
 define Package/open2300/description
-  This is an utility suite used to communicate with and collect data from a WS23XX wheather station.
+  This is an utility suite used to communicate with and collect data from a WS23XX weather station.
 endef
 
 MAKE_FLAGS += \
index 91eb200f4197515c7009c18b374b90e473529e27..fff3571e04176bb526579f70b006b41cfe410288 100644 (file)
@@ -62,7 +62,7 @@ define Package/libpkcs11-spy
   DEPENDS:=+libopenssl +libpthread
 endef
 
-define Package/libpkcs11-spy/dscription
+define Package/libpkcs11-spy/description
   PKCS#11 spying wrapper
 endef
 
index 63320bf7b16421d6d64510746aa1a66ca79d039e..d11a785df14172e38558b845ad8317ad0c4c90b4 100644 (file)
@@ -59,7 +59,7 @@ define Package/owfs/Default/description
   software designer to create monitoring or control applications. There are
   some performance enhancements in the implementation, including data caching,
   parallel access to bus masters, and aggregation of device communication.
-  Still the fundemental goal has been ease of use, flexibility and correctness
+  Still the fundamental goal has been ease of use, flexibility and correctness
   rather than speed.
 endef
 
index 4e8f785c35ded5b786bdf8d357c7f125967ce8e8..4bf4a591550537c6e124d167a7d9fc9cacd3ecce 100644 (file)
@@ -66,7 +66,7 @@ endef
 define Package/procps-ng/description
   procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem
   most commonly located at /proc. This filesystem provides a simple interface to the kernel data structures.
-  The programs of procps generally concentrate on the structures that describe the processess running on the system.
+  The programs of procps generally concentrate on the structures that describe the processes running on the system.
 
   NOTE: some utilities provided by procps-ng packages (ps, uptime, kill, ...) are installed as busybox applets, by default.
   Conflicting applets should be removed from the build to avoid file conflicts.
index 37c6f7d1bee3774c9159fee910021bc555b572ad..31583a6cf8df13f4cb78f7c0a1375ae120dd9cff 100644 (file)
@@ -54,7 +54,7 @@ endef
 define Package/prometheus-node-exporter-lua/description
   Provides node metrics as Prometheus scraping endpoint.
 
-  This service is a lightweight rewrite in LUA of the offical Prometheus node_exporter.
+  This service is a lightweight rewrite in LUA of the official Prometheus node_exporter.
 endef
 
 # Additional optional exporters:
index 8319cc4e8ed0f8942eb7ba8db988dd241010d8ef..3cef0f63ac6b12b2f884815215a13ff3d76b3c17 100644 (file)
@@ -44,7 +44,7 @@ endef
 define Package/$(PKG_NAME)/description
   Provides node metrics as Prometheus scraping endpoint.
 
-  This service is a lightweight rewrite in ucode of the offical Prometheus node_exporter.
+  This service is a lightweight rewrite in ucode of the official Prometheus node_exporter.
 endef
 
 $(eval $(call BuildPackage,prometheus-node-exporter-ucode))
index 3f5b82c64fe0e96c75ee1333dad8e51fbe2236dd..cf5f876ae7311df0adc6f3440c59b2fd9dae2585 100644 (file)
@@ -14,13 +14,13 @@ include $(INCLUDE_DIR)/package.mk
 define Package/ubnt-manager
   SECTION:=utils
   CATEGORY:=Utilities
-  TITLE:=Managment app for Ubiquiti devices
+  TITLE:=Management app for Ubiquiti devices
   PKGARCH:=all
   DEPENDS:=dropbear
 endef
 
 define Package/ubnt-manager/description
-Managment app for Ubiquiti devices.
+Management app for Ubiquiti devices.
 endef
 
 define Package/ubnt-manager/conffiles
index af5c87b80f460cff7fc636ba6b13155a86a4baf0..7b738e9d70c3f56d8da9b5778648d0694d2cec5b 100644 (file)
@@ -13,7 +13,7 @@ PKG_VERSION:=2025c
 PKG_RELEASE:=1
 
 #As i couldn't find real license used "Public Domain"
-#as referense to http://www.iana.org/time-zones/repository/tz-link.html
+#as reference to http://www.iana.org/time-zones/repository/tz-link.html
 PKG_LICENSE:=Public-Domain
 
 PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
index df77546941b3369bf51e67b60d7f68b29aad5c19..ddcbeb647988fd93cc0d82af5366d61879227db7 100644 (file)
@@ -42,7 +42,7 @@ define Package/libzstd/config
                depends on PACKAGE_libzstd
                default y
                help
-                       This enables additional optmizations using the -O3 compilation flag.
+                       This enables additional optimizations using the -O3 compilation flag.
 endef
 
 define Package/zstd
git clone https://git.99rst.org/PROJECT