diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-30 23:19:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-30 23:52:12 +0200 |
commit | 1d0fbc9927f357d25859b7cca7ea5e9a9637681e (patch) | |
tree | f5063a4b239cde267b94b0c6c96dcb9ddb927f57 /solenv/gbuild/platform | |
parent | d2978f03bd57e5fe530eb55accc8c5f39b602ff2 (diff) |
Fix typos
Change-Id: Ic09de64e5672d66b7436a6525344f845550523f9
Reviewed-on: https://gerrit.libreoffice.org/42982
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv/gbuild/platform')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_class.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk index 5150f299ac52..08f1fa28fd98 100644 --- a/solenv/gbuild/platform/com_MSC_class.mk +++ b/solenv/gbuild/platform/com_MSC_class.mk @@ -150,7 +150,7 @@ else MSC_SUBSYSTEM_VERSION=$(COMMA)5.01 endif -# the sort on the libraries is used to filter out duplicates to keep commanline +# the sort on the libraries is used to filter out duplicates to keep commandline # length in check - otherwise the dupes easily hit the limit when linking mergedlib define gb_LinkTarget__command $(call gb_Output_announce,$(2),$(true),LNK,4) |