summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-17 15:43:14 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-17 16:20:27 +0900
commit38f3e0a58d2919d9509104e8dd7d657ecddf5f23 (patch)
tree74fab7ca499acc14c510a35bcd3eef0bcf1b0d20 /docs
parent16ed53658a81bcd75e8be747c7b302092b7a21cf (diff)
downloadsystemd-38f3e0a58d2919d9509104e8dd7d657ecddf5f23.tar.gz
tree-wide: fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 8eb2b9b9e2..065d78c6b4 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -56,7 +56,7 @@ All tools:
method. Defaults to `auto`. Behavior is defined as follows:
`auto`: Checks if `/etc/initrd-release` exists, and a temporary fs is mounted
on `/`. If both conditions meet, then it's in initrd.
- `lenient`: Similiar to `auto`, but the rootfs check is skipped.
+ `lenient`: Similar to `auto`, but the rootfs check is skipped.
`0|1`: Simply overrides initrd detection. This is useful for debugging and
testing initrd-only programs in the main system.