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

@@ -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:= \

View 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.

View 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

View 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

View 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