compilerplugins/clang/buriedassign.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 09849784f152296d83efdcecf770f272ebdcdffb Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 15 11:20:23 2020 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
