diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 23:58:10 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 23:59:21 +0000 |
commit | ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22 (patch) | |
tree | dae4a92b92e25d3a2b2cce37aac7456a97d305f7 /package | |
parent | 1ca5de13a153061feae260864d73d96f7c463785 (diff) | |
download | upstream-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')
-rw-r--r-- | package/base-files/image-config.in | 2 | ||||
-rw-r--r-- | package/firmware/b43legacy-firmware/Makefile | 2 | ||||
-rw-r--r-- | package/kernel/mac80211/broadcom.mk | 4 |
3 files changed, 4 insertions, 4 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). diff --git a/package/firmware/b43legacy-firmware/Makefile b/package/firmware/b43legacy-firmware/Makefile index ecbfc32293..9ca65a8a32 100644 --- a/package/firmware/b43legacy-firmware/Makefile +++ b/package/firmware/b43legacy-firmware/Makefile @@ -42,7 +42,7 @@ define Package/b43legacy-firmware/config depends on B43LEGACY_FW_SQUASH default "1,2,3,4" help - This is a comma seperated list of core revision numbers. + This is a comma separated list of core revision numbers. Example (keep files for rev4 only): 4 diff --git a/package/kernel/mac80211/broadcom.mk b/package/kernel/mac80211/broadcom.mk index fb576c5809..473bbf597c 100644 --- a/package/kernel/mac80211/broadcom.mk +++ b/package/kernel/mac80211/broadcom.mk @@ -209,7 +209,7 @@ config PACKAGE_B43_USE_BCMA default "16,28,29,30" if TARGET_bcm47xx_mips74k default "5,6,7,8,9,10,11,13,15,16,28,29,30" help - This is a comma seperated list of core revision numbers. + This is a comma separated list of core revision numbers. Example (keep files for rev5 only): 5 @@ -224,7 +224,7 @@ config PACKAGE_B43_USE_BCMA default "N,HT" if TARGET_bcm47xx_mips74k default "G,N,LP,HT" help - This is a comma seperated list of PHY types: + This is a comma separated list of PHY types: A => A-PHY AG => Dual A-PHY G-PHY G => G-PHY |