compilerplugins/clang/buriedassign.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 09849784f152296d83efdcecf770f272ebdcdffb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 15 11:20:23 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Apr 23 13:38:51 2020 +0200 Fix typo Change-Id: I07f828e8a17de03cf15639df8afa0adf5dcaebba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92246 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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") _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits