aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-02-28 23:58:10 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-02-28 23:59:21 +0000
commitebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22 (patch)
treedae4a92b92e25d3a2b2cce37aac7456a97d305f7 /package/base-files
parent1ca5de13a153061feae260864d73d96f7c463785 (diff)
downloadupstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.tar.gz
upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.tar.bz2
upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.zip
treewide: fix spelling 'seperate' -> 'separate'
This popular spelling mistake was also introduced by myself lately. Fix it everywhere. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/image-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index b5cd90f615..ac406bc456 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -119,7 +119,7 @@ menuconfig INITOPT
prompt "Environment variables to set when starting init (start with none)" if INITOPT
default ""
help
- Should be a space seperated list of variable assignments. These
+ Should be a space separated list of variable assignments. These
variables will be present in the environment. Spaces may not be
present (including through expansion) even in a quoted string
(env doesn't understanding quoting).