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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Feb 25 06:52:12 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4187b2beaa3d1294cd5c76ec0b662f3f4fadc421
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 11 17:59:54 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Feb 25 07:51:50 2019 +0100

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

diff --git a/configure.ac b/configure.ac
index f20cf467edab..54cdf16f7faf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -464,7 +464,7 @@ if test -n "$with_android_ndk"; then
     # linker is required if you compile large parts of the code with -g. A 32-bit linker just won't
     # manage to link the (app-specific) single huge .so that is built for the app in
     # android/source/ if there is debug information in a significant part of the object files.
-    # (A 64-bit ld.gold grows to much over 10 gigabytes of virtual space when linking such a .so if
+    # (A 64-bit ld.gold grows too much over 10 gigabytes of virtual space when linking such a .so if
     # all objects have been built with debug information.)
     case $build_os in
     linux-gnu*)


More information about the Libreoffice-commits mailing list