From 0fb6a7f6dbf6cf5e276b7d5fb617d447742a3320 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Mar 2023 03:46:16 +0000 Subject: [PATCH] office-ext-r1.eclass: fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to codespell. Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- eclass/office-ext-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass index 716ae001be1d5..7e4d894483fee 100644 --- a/eclass/office-ext-r1.eclass +++ b/eclass/office-ext-r1.eclass @@ -29,7 +29,7 @@ _OFFICE_EXT_R1_ECLASS=1 # OFFICE_REQ_USE="java,jemalloc(-)?" # @CODE if [[ ${OFFICE_REQ_USE} ]]; then - # Append the brackets for the depend bellow + # Append the brackets for the depend below OFFICE_REQ_USE="[${OFFICE_REQ_USE}]" fi