compilerplugins/clang/methodcycles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a8cd67e2690a3fd8b3d486fa6dc82a5c4a6ef17b Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Sep 27 12:22:13 2018 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
