diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-04-21 20:46:53 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-04-21 23:21:08 +0200 |
commit | 86b52a39581d3e1805d939492daa6aa19130ddb7 (patch) | |
tree | 92d5331af62a7f3d1d67bb20fe81650c9edf815b /docs/BOOT_LOADER_SPECIFICATION.md | |
parent | tree-wide: formatting tweaks reported by Coccinelle (diff) | |
download | systemd-86b52a39581d3e1805d939492daa6aa19130ddb7.tar.xz systemd-86b52a39581d3e1805d939492daa6aa19130ddb7.zip |
tree-wide: fix spelling errors
Based on a report from Fossies.org using Codespell.
Followup to #15436
Diffstat (limited to 'docs/BOOT_LOADER_SPECIFICATION.md')
-rw-r--r-- | docs/BOOT_LOADER_SPECIFICATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BOOT_LOADER_SPECIFICATION.md b/docs/BOOT_LOADER_SPECIFICATION.md index 514b8cd11a..6bb72e0faa 100644 --- a/docs/BOOT_LOADER_SPECIFICATION.md +++ b/docs/BOOT_LOADER_SPECIFICATION.md @@ -95,7 +95,7 @@ Note that the `$BOOT` partition is not supposed to be exclusive territory of this specification. This specification only defines semantics of the `/loader/` directory inside the file system (see below), but it doesn't intend to define ownership of the whole file system exclusively. Boot loaders, firmware, and -other software implementating this specification may choose to place other +other software implementing this specification may choose to place other files and directories in the same file system. For example, boot loaders that implement this specification might install their own boot code into the `$BOOT` partition. On systems where `$BOOT` is the ESP this is a particularly common |