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

@@ -95,7 +95,7 @@ services are listening there, that have special relevance:
2. `io.systemd.Multiplexer` → This service multiplexes client queries to all
other running services. It's supposed to simplify client development: in
order to look up or enumerate user/group records it's sufficient to talk to
one service instead of all of them in parallel. Note that it is not availabe
one service instead of all of them in parallel. Note that it is not available
during earliest boot and final shutdown phases, hence for programs running
in that context it is preferable to implement the parallel lookup
themselves.