summaryrefslogtreecommitdiff
path: root/docs/CREDENTIALS.md
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-05-03 01:16:32 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-05-03 01:16:32 +0900
commit77f081f3632862eaaa43bbc744c9c897b373521c (patch)
tree2cc5163ed5d50107a0beb53b843d96c3df9e95b8 /docs/CREDENTIALS.md
parent07a442ef8b7822af2bbddc5b8938525e39de9981 (diff)
downloadsystemd-77f081f3632862eaaa43bbc744c9c897b373521c.tar.gz
fix typo
Diffstat (limited to 'docs/CREDENTIALS.md')
-rw-r--r--docs/CREDENTIALS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md
index b706badb0c..1356d16827 100644
--- a/docs/CREDENTIALS.md
+++ b/docs/CREDENTIALS.md
@@ -146,7 +146,7 @@ data it needs from there. For daemons that do not support this but allow
passing credentials via a path supplied over the command line use
`${CREDENTIAL_PATH}` in the `ExecStart=` command line to reference the
credentials directory. For daemons that allow passing credentials via a path
-supplied as environment variabe, use the `%d` specifier in the `Environment=`
+supplied as environment variable, use the `%d` specifier in the `Environment=`
setting to build valid paths to specific credentials.
## Tools
@@ -270,7 +270,7 @@ services where they are ultimately consumed.
[`systemd-stub`](https://www.freedesktop.org/software/systemd/man/systemd-stub.html)
UEFI kernel stub is used. This allows placing encrypted credentials in the
EFI System Partition, which are then picked up by `systemd-stub` and passed
- to the kernel and ultimately userpace where systemd receives them. This is
+ to the kernel and ultimately userspace where systemd receives them. This is
useful to implement secure parameterization of vendor-built and signed
initial RAM disks, as userspace can place credentials next to these EFI
kernels, and be sure they can be accessed securely from initrd context.