summaryrefslogtreecommitdiffstats
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-15 11:20:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-23 13:38:51 +0200
commit09849784f152296d83efdcecf770f272ebdcdffb (patch)
treef0ffeff66452e72f040dd4c02731639fb486b0f6 /compilerplugins
parentFix typos (diff)
downloadcore-09849784f152296d83efdcecf770f272ebdcdffb.tar.gz
core-09849784f152296d83efdcecf770f272ebdcdffb.zip
Fix typo
Change-Id: I07f828e8a17de03cf15639df8afa0adf5dcaebba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92246 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/buriedassign.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/buriedassign.cxx b/compilerplugins/clang/buriedassign.cxx
index 64043b8aed39..9155efc85ab5 100644
--- a/compilerplugins/clang/buriedassign.cxx
+++ b/compilerplugins/clang/buriedassign.cxx
@@ -182,7 +182,7 @@ public:
return;
if (fn == SRCDIR "/sw/source/core/doc/notxtfrm.cxx")
return;
- // the point at which I gave up on sw/ because it just does it EVERYWHER
+ // the point at which I gave up on sw/ because it just does it EVERYWHERE
if (loplugin::hasPathnamePrefix(fn, SRCDIR "/sw/"))
return;
if (fn == SRCDIR "/starmath/source/mathtype.cxx")