summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-05 00:08:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-05 00:32:50 +0200
commit35a2d88288bfafe792f58906bdaad74a0135bb4a (patch)
treef77a3583055977d6816d3deb3cc9b98fc963211c /compilerplugins
parent5ecb947b3ad67300bae934dc011823d1989449b6 (diff)
Fix typos
Change-Id: Ib7f43bf17ab8b9fb9d961a908d7620b50826a975 Reviewed-on: https://gerrit.libreoffice.org/40688 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/checkunusedparams.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/checkunusedparams.cxx b/compilerplugins/clang/checkunusedparams.cxx
index 9772b2f90889..2e56d6e7bd2a 100644
--- a/compilerplugins/clang/checkunusedparams.cxx
+++ b/compilerplugins/clang/checkunusedparams.cxx
@@ -63,7 +63,7 @@ void CheckUnusedParams::run()
// leave this alone for now
if (loplugin::hasPathnamePrefix(fn, SRCDIR "/libreofficekit/"))
return;
- // this has a certan pattern to it's code which appears to include lots of unused params
+ // this has a certain pattern to its code which appears to include lots of unused params
if (loplugin::hasPathnamePrefix(fn, SRCDIR "/xmloff/"))
return;
// I believe someone is busy working on this chunk of code