diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 12:52:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 12:25:17 +0000 |
commit | 25e0872da600c65a08c73c335f0e1ef21b2f00f5 (patch) | |
tree | 17bb46a39c838c5932ca7ca6b3d4fa3c19488583 /solenv/gbuild/gbuild.mk | |
parent | 7f56e58148602f75b7b5ccccf1860dc65c4620d0 (diff) |
Fix typos
Change-Id: I4eda687db6ad8d41e6a28430c76b288510da605d
Reviewed-on: https://gerrit.libreoffice.org/35645
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 05f1bd21e256..46d0761e7316 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -256,11 +256,11 @@ $(eval $(call gb_Deliver_init)) # TODO: to what extent is the following still true? # It is important to include them in the right order as that is # -- at least in part -- defining precedence. This is not an issue in the -# WORKDIR as there are no nameing collisions there, but INSTDIR is a mess +# WORKDIR as there are no naming collisions there, but INSTDIR is a mess # and precedence is important there. This is also platform dependent. # # This is less of an issue with GNU Make versions > 3.82 which matches for -# shortest stem instead of first match. However, upon intoduction this version +# shortest stem instead of first match. However, upon introduction this version # is not available everywhere by default. include $(foreach class, \ |