summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-22 10:01:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-11-22 21:05:03 +0100
commit528af529decf3ef28507ce4eaf26759547cb021d (patch)
treea8dd1e320e15df10059a4b89bd2c96b0400896ca /solenv
parentccec42fa987a8bf946d3e8384143e23d1facce6c (diff)
Fix typos
Change-Id: I89ffb8e99aef3e71f723d25a757a26520dcdf71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106337 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gcc-wrappers/wrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gcc-wrappers/wrapper.cxx b/solenv/gcc-wrappers/wrapper.cxx
index fabfbfc9b346..22a1b9488212 100644
--- a/solenv/gcc-wrappers/wrapper.cxx
+++ b/solenv/gcc-wrappers/wrapper.cxx
@@ -106,7 +106,7 @@ string processccargs(vector<string> rawargs, string &env_prefix, bool &verbose)
// note: always use -debug so a PDB file is created
string linkargs(" -link -debug");
- // instead of using synced PDB access (-FS), use inidividual PDB files based on output
+ // instead of using synced PDB access (-FS), use individual PDB files based on output
const char *const pEnvIndividualPDBs(getenv("MSVC_USE_INDIVIDUAL_PDBS"));
const bool bIndividualPDBs = (pEnvIndividualPDBs && !strcmp(pEnvIndividualPDBs, "TRUE"));