[Libreoffice-commits] core.git: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 5 06:08:57 UTC 2019


 configure.ac |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit f3520cce0e03d10c93a74d0edb333161453b4b10
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 4 20:40:43 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Feb 5 07:08:34 2019 +0100

    Fix typos
    
    Change-Id: Ie186b828d500b661029704f95f4c03e56d69c282
    Reviewed-on: https://gerrit.libreoffice.org/67382
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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
         ;;
     *)


More information about the Libreoffice-commits mailing list