[Libreoffice-commits] core.git: compilerplugins/clang
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 12 22:16:29 UTC 2019
compilerplugins/clang/finalclasses.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ff566c67d67e96c97bcf4064b39df6998733c84e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 12 22:38:06 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 12 23:14:49 2019 +0100
Fix typo
Change-Id: I197a4e5ab4985c2d67ca8a83980069ba2622576a
Reviewed-on: https://gerrit.libreoffice.org/85081
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/finalclasses.py b/compilerplugins/clang/finalclasses.py
index ea027f9a48b4..49a30b1e6511 100755
--- a/compilerplugins/clang/finalclasses.py
+++ b/compilerplugins/clang/finalclasses.py
@@ -40,7 +40,7 @@ for clazz in sorted(definitionSet - inheritFromSet):
# ignore test and external code
if ("/qa/" in file): continue
if (file.startswith("workdir/")): continue
- # We are only realling interested in classes that are shared between linkage units, where the compiler
+ # We are only really interested in classes that are shared between linkage units, where the compiler
# is not able to figure out for itself that classes are final.
if not(file.startswith("include/") or file.startswith("sw/inc/") or file.startswith("sc/inc/") or file.startswith("vcl/inc/")): continue
# Exclude URE
More information about the Libreoffice-commits
mailing list