summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-09-27 12:22:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-09-28 09:26:22 +0200
commita8cd67e2690a3fd8b3d486fa6dc82a5c4a6ef17b (patch)
tree471bd6333ad207cf09083ab611f61771bc78ae76 /compilerplugins
parenta6c7c2fe1bc48ffddca486de0f97164421ca6404 (diff)
Fix typo
Change-Id: I3473cb5a565aba822428178030572325425c6a13 Reviewed-on: https://gerrit.libreoffice.org/61030 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rwxr-xr-xcompilerplugins/clang/methodcycles.py2
1 files changed, 1 insertions, 1 deletions
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.