[Libreoffice-commits] core.git: compilerplugins/clang
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 28 07:26:48 UTC 2018
compilerplugins/clang/methodcycles.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a8cd67e2690a3fd8b3d486fa6dc82a5c4a6ef17b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Sep 27 12:22:13 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Sep 28 09:26:22 2018 +0200
Fix typo
Change-Id: I3473cb5a565aba822428178030572325425c6a13
Reviewed-on: https://gerrit.libreoffice.org/61030
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/methodcycles.py b/compilerplugins/clang/methodcycles.py
index d57c85ff963d..2f7bef09918f 100755
--- a/compilerplugins/clang/methodcycles.py
+++ b/compilerplugins/clang/methodcycles.py
@@ -243,7 +243,7 @@ def print_cycles():
print_cycles()
-# print partioned sub-graphs
+# print partitioned sub-graphs
def print_partitions():
callDict2 = callDict
# Remove anything with no callees, and that is itself not called.
More information about the Libreoffice-commits
mailing list