summaryrefslogtreecommitdiff
path: root/docs/BOOT_LOADER_SPECIFICATION.md
diff options
context:
space:
mode:
authornikolas <nnyby@columbia.edu>2018-11-23 14:28:39 -0500
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-24 04:28:39 +0900
commitb24546706e9728b313641e30587d50c46278cc65 (patch)
tree0eec5ca976c16b636599bafef7be595715dcf9b0 /docs/BOOT_LOADER_SPECIFICATION.md
parent1e268f423c66b818da70fbb30c3fb7657cd93080 (diff)
downloadsystemd-b24546706e9728b313641e30587d50c46278cc65.tar.gz
Fix a few docs typos (#10907)
Found with [codespell](https://github.com/codespell-project/codespell)
Diffstat (limited to 'docs/BOOT_LOADER_SPECIFICATION.md')
-rw-r--r--docs/BOOT_LOADER_SPECIFICATION.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BOOT_LOADER_SPECIFICATION.md b/docs/BOOT_LOADER_SPECIFICATION.md
index 1cd5463738..3724f78a80 100644
--- a/docs/BOOT_LOADER_SPECIFICATION.md
+++ b/docs/BOOT_LOADER_SPECIFICATION.md
@@ -52,7 +52,7 @@ For systems where the firmware is able to read file systems directly, `$BOOT` mu
This specification defines two types of boot loader entries. The first type is
text based, very simple and suitable for a variety of firmware, architecture
and image types ("Type #1"). The second type is specific to EFI, but allows
-single-file images that embedd all metadata in the kernel binary itself, which
+single-file images that embed all metadata in the kernel binary itself, which
is useful to cryptographically sign them as one file for the purpose of
SecureBoot ("Type #2").