summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-24 01:00:15 +0200
committerMichael Stahl <mstahl@redhat.com>2017-04-24 13:38:28 +0200
commit8648cfe64ad55caf5af8974bbbe3057c8a9eab1e (patch)
tree12fbc61ba8fbbe036f469265761c1779d41a3fff /solenv
parent3b83ef0d24347a39a925996c5d2958fcdc2473d7 (diff)
Fix typos
Change-Id: I3e130b68c18ebe24c072d317d59b4854608a222f Reviewed-on: https://gerrit.libreoffice.org/36870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index f79432793999..5c9b86618516 100755
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -155,7 +155,7 @@ gb_CFLAGS := \
ifneq ($(COM_IS_CLANG),TRUE)
-# clang-cl doesn't suport -Wv:18 for now
+# clang-cl doesn't support -Wv:18 for now
gb_CFLAGS += \
-Wv:18 \