configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 78ceb50f27a7e148088411e7c2b0bcc67749b2f4
Author: Tor Lillqvist <tlillqv...@suse.com>
Date:   Sun Dec 11 03:42:07 2011 +0200

    Fix typo

diff --git a/configure.in b/configure.in
index c91c2b1..951ab60 100644
--- a/configure.in
+++ b/configure.in
@@ -1922,11 +1922,11 @@ if test "$enable_ccache" = "yes" -o \( "$enable_ccache" 
= "" -a "$enable_icecrea
                 fi
             fi
         else
-            AC_MSG_NOTICE([Automatic ccache detection ingored: CXX is 
pre-defined])
+            AC_MSG_NOTICE([Automatic ccache detection ignored: CXX is 
pre-defined])
             CCACHE=""
         fi
     else
-        AC_MSG_NOTICE([Automatic ccache detection ingored: CC is pre-defined])
+        AC_MSG_NOTICE([Automatic ccache detection ignored: CC is pre-defined])
         CCACHE=""
     fi
 else
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to