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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Sep 1 13:04:21 UTC 2018


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

New commits:
commit c0c293089af962661cf3809d5b207149ed4619ed
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 1 09:24:08 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 1 15:04:00 2018 +0200

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

diff --git a/configure.ac b/configure.ac
index a60a3e72689f..b72e4fd4e8bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6435,7 +6435,7 @@ save_CXXFLAGS=$CXXFLAGS
 CXXFLAGS="$CXXFLAGS $CXXFLAGS_CXX11"
 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
         #if !defined __cpp_inline_variables
-        // This tests for one specific aspect of inline variables that is actually used by by
+        // This tests for one specific aspect of inline variables that is actually used by
         // ORegistry::ROOT (registry/source/regimpl.cxx):
         struct S { constexpr S() {} };
         struct T { static constexpr S s{}; };


More information about the Libreoffice-commits mailing list