configure.ac |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 10e3474d9096fa6428a6d68e6e486293c323d4a1
Author: Kohei Yoshida <kohei.yosh...@collabora.com>
Date:   Thu Feb 27 21:50:02 2014 -0500

    Typo: counter-producive -> counter-productive
    
    Change-Id: I69ad51d99b11976b07fafff9748ada0acc215c78

diff --git a/configure.ac b/configure.ac
index 7639f45..4d98071 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2447,18 +2447,18 @@ if test "$CCACHE" != ""; then
         # we could not determine the size or it was less than 1GB -> disable 
auto-ccache
         if test $ccache_size -lt 1024; then
             CCACHE=""
-            AC_MSG_WARN([ccache's cache size is less than 1GB using it is 
counter-producive: Disabling auto-ccache detection])
-            add_warning "ccache's cache size is less than 1GB using it is 
counter-producive: auto-ccache detection disabled"
+            AC_MSG_WARN([ccache's cache size is less than 1GB using it is 
counter-productive: Disabling auto-ccache detection])
+            add_warning "ccache's cache size is less than 1GB using it is 
counter-productive: auto-ccache detection disabled"
         else
             # warn that ccache may be too small for debug build
-            AC_MSG_WARN([ccache's cache size is less than 5GB using it may be 
counter-producive for debug or symbol-enabled build])
-            add_warning "ccache's cache size is less than 5GB using it may be 
counter-producive for debug or symbol-enabled build"
+            AC_MSG_WARN([ccache's cache size is less than 5GB using it may be 
counter-productive for debug or symbol-enabled build])
+            add_warning "ccache's cache size is less than 5GB using it may be 
counter-productive for debug or symbol-enabled build"
         fi
     else
         if test $ccache_size -lt 5; then
             #warn that ccache may be too small for debug build
-            AC_MSG_WARN([ccache's cache size is less than 5GB using it may be 
counter-producive for debug or symbol-enabled build])
-            add_warning "ccache's cache size is less than 5GB using it may be 
counter-producive for debug or symbol-enabled build"
+            AC_MSG_WARN([ccache's cache size is less than 5GB using it may be 
counter-productive for debug or symbol-enabled build])
+            add_warning "ccache's cache size is less than 5GB using it may be 
counter-productive for debug or symbol-enabled build"
         fi
     fi
 fi
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to