[Libreoffice-commits] core.git: compilerplugins/clang
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Feb 24 07:54:43 UTC 2019
compilerplugins/clang/writeonlyvars.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 11c13789f97dff642d52418815c0727abce5f152
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 11 17:59:55 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 24 08:54:22 2019 +0100
Fix typo
Change-Id: I70542a0cbbed834f47a84be4a60330ddc6e84d6f
Reviewed-on: https://gerrit.libreoffice.org/68274
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/writeonlyvars.cxx b/compilerplugins/clang/writeonlyvars.cxx
index d9a02898ca10..95d6ac3ad0a2 100644
--- a/compilerplugins/clang/writeonlyvars.cxx
+++ b/compilerplugins/clang/writeonlyvars.cxx
@@ -198,7 +198,7 @@ void WriteOnlyVars::run()
return;
if (loplugin::isSamePathname(fn, SRCDIR "/svtools/source/config/itemholder2.cxx"))
return;
- // doiing a "keep objects alive" thing
+ // doing a "keep objects alive" thing
if (loplugin::isSamePathname(fn, SRCDIR "/jvmfwk/source/framework.cxx"))
return;
if (loplugin::isSamePathname(fn, SRCDIR "/jvmfwk/plugins/sunmajor/pluginlib/util.cxx"))
More information about the Libreoffice-commits
mailing list