aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/brotli
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-30 22:11:21 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-31 22:42:25 -0700
commitbaefbb359c1766aab29b5155211565655761b00f (patch)
tree6d3e6f9496af4a4239e8c839ffccc2f3003a3e2d /meta-oe/recipes-extended/brotli
parentbb3d3c3fdaf034b33c29c5ca690fc568d6d48d93 (diff)
downloadmeta-openembedded-contrib-baefbb359c1766aab29b5155211565655761b00f.tar.gz
brotli: fix typo for DESCRIPTION
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/brotli')
-rw-r--r--meta-oe/recipes-extended/brotli/brotli_1.0.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
index 70dbcaffb1..32f8558440 100644
--- a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
+++ b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
@@ -1,5 +1,5 @@
SUMMARY = "Lossless compression library and tool"
-DESCRIPTIOM = "Brotli is a generic-purpose lossless compression algorithm \
+DESCRIPTION = "Brotli is a generic-purpose lossless compression algorithm \
that it is similar in speed to deflate but offers more dense compression."
HOMEPAGE = "https://github.com/google/brotli"
BUGTRACKER = "https://github.com/google/brotli/issues"