compilerplugins/clang/unusedmember.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ae964f88a4f1002a4fd8a804a079559c3d64196 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Dec 11 22:17:27 2019 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Dec 11 22:54:29 2019 +0100 Fix typo Change-Id: Iffb9bcf5bfb18591dedfea62875bae76c772b7e2 Reviewed-on: https://gerrit.libreoffice.org/84994 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/compilerplugins/clang/unusedmember.cxx b/compilerplugins/clang/unusedmember.cxx index 214d66556e40..bf1166c14db5 100644 --- a/compilerplugins/clang/unusedmember.cxx +++ b/compilerplugins/clang/unusedmember.cxx @@ -360,7 +360,7 @@ public: layout = true; break; } - // Heuristic to recursivley check parent RecordDecl if given RecordDecl is + // Heuristic to recursively check parent RecordDecl if given RecordDecl is // unnamed and either an anonymous struct (or union, but which are already // filtered out anyway), or defined in a non-static data member declaration // (TODO: which is erroneously approximated here with getTypedefNameForAnonDecl _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits