From baefbb359c1766aab29b5155211565655761b00f Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sat, 30 May 2020 22:11:21 +0200 Subject: [PATCH] brotli: fix typo for DESCRIPTION Signed-off-by: Konrad Weihmann Signed-off-by: Khem Raj --- meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"