configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 563ca64b09ec853a0cd75b2512a2046950b17822 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Nov 26 00:30:42 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Nov 26 12:10:09 2021 +0100
Fix typos Change-Id: Id23e40de23de829e42b984d74be8bb0e632112d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125855 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/configure.ac b/configure.ac index a3006f83169c..65a38d685c73 100644 --- a/configure.ac +++ b/configure.ac @@ -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