summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-21 20:19:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-21 20:55:53 +0200
commit427188600ffe31d142ca6d0e1d549e3c1c4246b8 (patch)
treec3853d6217c11026ce97f2148906a0da70fbb229 /compilerplugins
parent07bf0ce4e7f04a79910cbe1340264863451f1926 (diff)
Fix typo
Change-Id: I0444ed426dddd36e464b59758545155e11e9c13a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133298 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/redundantfcast.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/redundantfcast.cxx b/compilerplugins/clang/redundantfcast.cxx
index 1378d9eaf435..aed71e8783f9 100644
--- a/compilerplugins/clang/redundantfcast.cxx
+++ b/compilerplugins/clang/redundantfcast.cxx
@@ -335,7 +335,7 @@ public:
// tdf#145203: FIREBIRD cannot create a table
if (fn == SRCDIR "/connectivity/source/drivers/firebird/DatabaseMetaData.cxx")
return false;
- // false positive during using contructor drawinglayer::attribute::StrokeAttribute({ 3 * pw, pw })
+ // false positive during using constructor drawinglayer::attribute::StrokeAttribute({ 3 * pw, pw })
if (fn == SRCDIR "/drawinglayer/source/tools/emfppen.cxx")
return false;
return true;