office-ext-r1.eclass: fix spelling

Thanks to codespell.

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Sam James
2023-03-24 03:46:16 +00:00
committed by Ulrich Müller
parent 23b8b4a1d7
commit 0fb6a7f6db

View File

@@ -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