mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
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:
committed by
Hannu Nyman
parent
529150016e
commit
de64f871b0
@@ -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:= \
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user