solenv/gbuild/platform/unxgcc.mk |    2 +-
 solenv/gbuild/static.mk          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dd7f4f02a547d0437b65adf6966fb7a9520b9dd0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jan 12 13:21:10 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jan 12 18:12:36 2022 +0100

    Fix typos
    
    Change-Id: I47fc636e0b69b72fb6ca247f9e0cbabbddb3985e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128321
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index b3efff76f892..e24aaa4e1fe6 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -115,7 +115,7 @@ $(if $(strip $(and \
     )),$(true))
 endef
 
-# In theory would would need to track, if any of the linked objects is C++ 
code, so for the static build we assume yes :-(
+# In theory would need to track, if any of the linked objects is C++ code, so 
for the static build we assume yes :-(
 gb_LinkTarget__NeedsCxxLinker = $(if 
$(CXXOBJECTS)$(GENCXXOBJECTS)$(EXTRAOBJECTLISTS)$(filter-out 
XTRUE,X$(ENABLE_RUNTIME_OPTIMIZATIONS)$(DISABLE_DYNLOADING)),$(true))
 
 # note that `cat $(extraobjectlist)` is needed to build with older gcc 
versions, e.g. 4.1.2 on SLED10
diff --git a/solenv/gbuild/static.mk b/solenv/gbuild/static.mk
index 346a18991134..a32060ca3c58 100644
--- a/solenv/gbuild/static.mk
+++ b/solenv/gbuild/static.mk
@@ -16,7 +16,7 @@
 #
 # "Generic" comment from the author:
 # My thought was: the dependency info is already there. Can't be too hard to 
use it for
-# correct static linkage... well it took more then two weeks to hopefully 
identify all
+# correct static linkage... well it took more than two weeks to hopefully 
identify all
 # problems / edge cases. Now I can appreciate the usage bin/lo-all-static-libs 
even more.
 #
 # This code moved a few times to the various gbuild / make phases: Makefile / 
module

Reply via email to