mirror of
https://github.com/systemd/systemd.git
synced 2025-07-29 19:42:23 +03:00
tree-wide: fix spelling errors
Based on a report from Fossies.org using Codespell. Followup to #15436
This commit is contained in:
@ -279,7 +279,7 @@ def process(page):
|
||||
subst_output(xml, pl)
|
||||
|
||||
out_text = etree.tostring(xml, encoding='unicode')
|
||||
# massage format to avoid some lxml whitespace handling idiosyncracies
|
||||
# massage format to avoid some lxml whitespace handling idiosyncrasies
|
||||
# https://bugs.launchpad.net/lxml/+bug/526799
|
||||
out_text = (src[:src.find('<refentryinfo')] +
|
||||
out_text[out_text.find('<refentryinfo'):] +
|
||||
|
Reference in New Issue
Block a user