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/doc/gbuild | |
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/doc/gbuild')
-rw-r--r-- | solenv/doc/gbuild/solenv/gbuild/gbuild.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/gbuild.mk b/solenv/doc/gbuild/solenv/gbuild/gbuild.mk index 9cdb064a974c..55ef76cdc05f 100644 --- a/solenv/doc/gbuild/solenv/gbuild/gbuild.mk +++ b/solenv/doc/gbuild/solenv/gbuild/gbuild.mk @@ -70,11 +70,11 @@ namespace gb static const List<String> CPUDEFS; /// default c++ compilation compiler flags static const List<String> CXXFLAGS; - /// platform- and compilerin dependent default defines + /// platform- and compiler independent default defines static const List<String> GLOBALDEFS; /// default objective c++ compilation compiler flags static const List<String> OBJCXXFLAGS; - /// platfomspecific default defines + /// platformspecific default defines static const List<String> OSDEFS; /// ? static const Path SDKDIR; |