Fix typos

Change-Id: Id23e40de23de829e42b984d74be8bb0e632112d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125855
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2021-11-26 00:30:42 +01:00 committed by Julien Nabet
parent 8e17685516
commit 563ca64b09

View file

@ -5913,7 +5913,7 @@ if test -z "$enable_pch"; then
if test "$_os" = "WINNT"; then
# Enabled by default on Windows.
enable_pch=yes
# never use sccache on auto-enabled PCH builds, except if requested explicitely
# never use sccache on auto-enabled PCH builds, except if requested explicitly
if test -z "$enable_ccache" -a "$SCCACHE"; then
CCACHE=""
fi