diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-08-31 18:31:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-20 21:35:58 +0200 |
commit | e04ef18e48274cd57a03598ac4b830c2a01eddcd (patch) | |
tree | e2d91e399f06a567e4793b2c3c5b9c3f7016c24c /docs/BOOT_LOADER_SPECIFICATION.md | |
parent | boot-loader-spec: add comment about case sensitivity of file names (diff) | |
download | systemd-e04ef18e48274cd57a03598ac4b830c2a01eddcd.tar.xz systemd-e04ef18e48274cd57a03598ac4b830c2a01eddcd.zip |
boot-loader-spec: fix typo
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 d7a7923748..70e0c7ba1d 100644 --- a/docs/BOOT_LOADER_SPECIFICATION.md +++ b/docs/BOOT_LOADER_SPECIFICATION.md @@ -408,7 +408,7 @@ boots is exhausted, the entry is marked as "bad". Which boots are "successful" is determined by the operating system. systemd provides a generic mechanism that can be extended with arbitrary checks and actions, see [Automatic Boot Assessment](AUTOMATIC_BOOT_ASSESSMENT.md), but the -boot counting mechanism described in this specifaction can also be used with +boot counting mechanism described in this specification can also be used with other implementations. The boot counting data is stored in the name of the boot loader entry. A boot |