diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-04 20:40:43 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-05 07:08:34 +0100 |
commit | f3520cce0e03d10c93a74d0edb333161453b4b10 (patch) | |
tree | 48e12e589a02bc388276b7d9f3be57edd23df94f | |
parent | 0b21f6556b6fff76290d1095089da89532365215 (diff) |
Fix typos
Change-Id: Ie186b828d500b661029704f95f4c03e56d69c282
Reviewed-on: https://gerrit.libreoffice.org/67382
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 277b60de88c6..f880308285b8 100644 --- a/configure.ac +++ b/configure.ac @@ -3832,7 +3832,7 @@ dnl =================================================================== dnl Select the linker to use (gold/lld/ld.bfd). dnl This is done only after compiler checks (need to know if Clang is dnl used, for different defaults) and after checking if a debug build -dnl is wanted (non-debug builds get the default linker if not explictly +dnl is wanted (non-debug builds get the default linker if not explicitly dnl specified otherwise). dnl All checks for linker features/options should come after this. dnl =================================================================== @@ -7936,7 +7936,7 @@ if test "$with_system_jpeg" = "yes"; then AC_CHECK_HEADER(jpeglib.h, [ LIBJPEG_CFLAGS= ], [AC_MSG_ERROR(jpeg.h not found. install libjpeg)], []) AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ LIBJPEG_LIBS="-ljpeg" ], - [AC_MSG_ERROR(jpeg library not found or fuctional)], []) + [AC_MSG_ERROR(jpeg library not found or functional)], []) else SYSTEM_LIBJPEG= AC_MSG_RESULT([internal, libjpeg-turbo]) @@ -9663,8 +9663,8 @@ AC_MSG_CHECKING([whether to execute CVE tests]) if test -z "$enable_cve_tests"; then case "$OS" in WNT) - # Default cves off for windows with its wild and wonderful - # varienty of AV software kicking in and panicking + # Default cves off for Windows with its wild and wonderful + # variety of AV software kicking in and panicking enable_cve_tests=no ;; *) |