diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-05-02 18:04:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-05-02 18:04:38 +0200 |
commit | 0ba05e754cbd028fb8487564cfd90aa18318f516 (patch) | |
tree | 4d24ffe9e54ab6df3aaec774ed92ba8545f0767d /docs/CREDENTIALS.md | |
parent | man: correct a major missed opportunity (diff) | |
download | systemd-0ba05e754cbd028fb8487564cfd90aa18318f516.tar.xz systemd-0ba05e754cbd028fb8487564cfd90aa18318f516.zip |
docs: typo fix
As per:
https://github.com/systemd/systemd/pull/23170#pullrequestreview-959233817
Diffstat (limited to 'docs/CREDENTIALS.md')
-rw-r--r-- | docs/CREDENTIALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index b437f24e21..b706badb0c 100644 --- a/docs/CREDENTIALS.md +++ b/docs/CREDENTIALS.md @@ -34,7 +34,7 @@ purpose. Specifically, the following features are provided: environment variables the credential data is not propagated down the process tree. Instead each time a credential is accessed an access check is enforced by the kernel. If the service is using file system namespacing the loaded - credential data is invisble to any other services. + credential data is invisible to any other services. 4. Service credentials may be acquired from files on disk, specified as literal strings in unit files, acquired from another service dynamically via an |