diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-15 11:20:23 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-23 13:38:51 +0200 |
commit | 09849784f152296d83efdcecf770f272ebdcdffb (patch) | |
tree | f0ffeff66452e72f040dd4c02731639fb486b0f6 /compilerplugins | |
parent | 77cc197582f669270634e800b7c2ba820908c66a (diff) |
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.cxx | 2 |
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") |