summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-04-21 20:46:53 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-04-21 23:21:08 +0200
commit86b52a39581d3e1805d939492daa6aa19130ddb7 (patch)
tree92d5331af62a7f3d1d67bb20fe81650c9edf815b /tools
parente4ff03935c800b91e6919afef7515f318f9f697c (diff)
downloadsystemd-86b52a39581d3e1805d939492daa6aa19130ddb7.tar.gz
tree-wide: fix spelling errors
Based on a report from Fossies.org using Codespell. Followup to #15436
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-directive-index.py2
-rwxr-xr-xtools/update-dbus-docs.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py
index 208528e8a1..ae00c8cab2 100755
--- a/tools/make-directive-index.py
+++ b/tools/make-directive-index.py
@@ -163,7 +163,7 @@ TEMPLATE = '''\
<refsect1>
<title>D-Bus interfaces</title>
- <para>Interaces exposed over D-Bus.</para>
+ <para>Interfaces exposed over D-Bus.</para>
<variablelist id='dbus-interface' />
</refsect1>
diff --git a/tools/update-dbus-docs.py b/tools/update-dbus-docs.py
index 6d790bc5e3..95a22bebfa 100755
--- a/tools/update-dbus-docs.py
+++ b/tools/update-dbus-docs.py
@@ -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'):] +