summaryrefslogtreecommitdiff
path: root/docs/BOOT_LOADER_SPECIFICATION.md
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-10-24 12:07:19 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-24 13:29:31 +0200
commit377a9545e9984578646f3f3bd8924e4dd61b905f (patch)
treed36dedc1f282323479314853193608126036265a /docs/BOOT_LOADER_SPECIFICATION.md
parent5a8775bb39526696d01d0e2ffd64e9509644fff1 (diff)
downloadsystemd-377a9545e9984578646f3f3bd8924e4dd61b905f.tar.gz
tree-wide: fix typos found by Fossies codespell report
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 715b14e0e4..290977142c 100644
--- a/docs/BOOT_LOADER_SPECIFICATION.md
+++ b/docs/BOOT_LOADER_SPECIFICATION.md
@@ -127,7 +127,7 @@ identifier (The ID field of `/etc/os-release`). Example:
In order to maximize compatibility with file system implementations and
restricted boot loader environments, and to minimize conflicting character use
-with other progams, file names shall be chosen from a restricted character set:
+with other programs, file names shall be chosen from a restricted character set:
ASCII upper and lower case characters, digits, "+", "-", "_" and ".". Also, the
file names should have a length of at least one and at most 255 characters
(including file name suffix).