diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:46:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:05 +0200 |
commit | 0fb6a7f6dbf6cf5e276b7d5fb617d447742a3320 (patch) | |
tree | 4a7560de5001b868be21fcff8e024007a1d880f0 /eclass/office-ext-r1.eclass | |
parent | ninja-utils.eclass: fix spelling (diff) | |
download | gentoo-0fb6a7f6dbf6cf5e276b7d5fb617d447742a3320.tar.gz gentoo-0fb6a7f6dbf6cf5e276b7d5fb617d447742a3320.tar.bz2 gentoo-0fb6a7f6dbf6cf5e276b7d5fb617d447742a3320.zip |
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>
Diffstat (limited to 'eclass/office-ext-r1.eclass')
-rw-r--r-- | eclass/office-ext-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass index 716ae001be1d..7e4d894483fe 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 |