summaryrefslogtreecommitdiff
path: root/docs/USER_GROUP_API.md
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 /docs/USER_GROUP_API.md
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 'docs/USER_GROUP_API.md')
-rw-r--r--docs/USER_GROUP_API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USER_GROUP_API.md b/docs/USER_GROUP_API.md
index 3530f00d0d..8ec1823149 100644
--- a/docs/USER_GROUP_API.md
+++ b/docs/USER_GROUP_API.md
@@ -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.