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")