summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-02-23 22:00:22 +0100
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2024-02-24 06:22:22 +0100
commitd7d93e846c89f96dfcb4bda9dc52bc11d21d5237 (patch)
treef849bacdc5de82c6906e5232c26e8c211d575b50 /solenv/gbuild
parentef57aeb9ed190e18ebc034b9a45e190aea3f8f1d (diff)
Fix typo
Change-Id: Ibf6edff9b32cb28f5410991493a95d0cc916209d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163872 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/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 61437e1a3595..fa6a2d45bd58 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -259,7 +259,7 @@ gb_LTOFLAGS := $(if $(filter TRUE,$(ENABLE_LTO)),-GL)
# VS2019 produces a warning C4857, that it doesn't support -std:c++20; it can't
# be suppressed by -wd4857, only by -Wv:18. The warning seems incorrect, because
-# using -std:c++17 produces errors about undeclated 'char8_t'. VS2022 doesn't
+# using -std:c++17 produces errors about undeclared 'char8_t'. VS2022 doesn't
# have the problem, so drop -Wv:18 when bumping baseline.
gb_CXXCLRFLAGS := \
$(if $(COM_IS_CLANG), \