[Libreoffice-commits] core.git: compilerplugins/clang
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 23 11:39:28 UTC 2020
compilerplugins/clang/buriedassign.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 09849784f152296d83efdcecf770f272ebdcdffb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 15 11:20:23 2020 +0200
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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")
More information about the Libreoffice-commits
mailing list