diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-14 19:55:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-20 19:25:05 +0100 |
commit | 9b431a9b5532448765908c192225556b16a5d79f (patch) | |
tree | 14f34ab8cdde276134293e83527f34b0f00319ab /configure.ac | |
parent | 0b505dfff45c1fafc5b8894916e9a611cc5155f7 (diff) |
Fix typos
Change-Id: I3db97c20af3815a366d93454c8fc66cf8bdd848e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125207
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d2104fab57f3..5c893e30fb9c 100644 --- a/configure.ac +++ b/configure.ac @@ -5928,7 +5928,7 @@ if test -z "$enable_pch"; then if test "$_os" = "WINNT"; then # Enabled by default on Windows. enable_pch=yes - # never use [s]ccache on auto-enabled PCH builds, except if requested explicitely + # never use [s]ccache on auto-enabled PCH builds, except if requested explicitly if test -z "$enable_ccache"; then CCACHE="" fi |