summaryrefslogtreecommitdiff
path: root/bin/flat-odf-cleanup.py
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-14 20:05:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-14 21:47:55 +0200
commit31a7e0e46fe9bde0d68eabcc185ffccb931f9f7e (patch)
treed0edb0a9639009995fb294b61a2d96189ac02883 /bin/flat-odf-cleanup.py
parenta32d49bdf1b3f642188b46d2bd7e1bef135edc6d (diff)
Fix typo
Change-Id: I69213830616ecb2532e4b34dbcc14c0241219f5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156928 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin/flat-odf-cleanup.py')
-rw-r--r--bin/flat-odf-cleanup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flat-odf-cleanup.py b/bin/flat-odf-cleanup.py
index 82c5a0f808ab..4bec6a5ae236 100644
--- a/bin/flat-odf-cleanup.py
+++ b/bin/flat-odf-cleanup.py
@@ -84,7 +84,7 @@ def collect_all_attribute(usedstyles, attribute):
usedstyles.add(element.get(attribute))
def remove_unused(root):
- # 1) find all elements that may reference page styles - this gets rid of some paragaraphs
+ # 1) find all elements that may reference page styles - this gets rid of some paragraphs
usedpstyles = get_used_p_styles(root)
print(usedpstyles)
usedtstyles = set()