From 11c13789f97dff642d52418815c0727abce5f152 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 11 Feb 2019 17:59:55 +0000 Subject: Fix typo Change-Id: I70542a0cbbed834f47a84be4a60330ddc6e84d6f Reviewed-on: https://gerrit.libreoffice.org/68274 Tested-by: Jenkins Reviewed-by: Julien Nabet --- compilerplugins/clang/writeonlyvars.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins') 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")) -- cgit