1
0
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:
Frantisek Sumsal
2020-04-21 20:46:53 +02:00
parent e4ff03935c
commit 86b52a3958
40 changed files with 57 additions and 57 deletions

View File

@ -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'):] +