mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] treewide: Let codespell fix some spelling errors
@ 2024-01-31 14:03 Alexander Dahl
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2024-01-31 14:03 UTC (permalink / raw)
  To: ptxdist

Command run: `codespell -w -i3 platforms/*.in rules/*.in`

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 platforms/at91bootstrap.in       | 2 +-
 platforms/at91bootstrap2.in      | 2 +-
 platforms/grub.in                | 2 +-
 rules/dtc.in                     | 2 +-
 rules/easy-rsa.in                | 2 +-
 rules/glibc.in                   | 4 ++--
 rules/graphics_and_multimedia.in | 2 +-
 rules/grpc.in                    | 2 +-
 rules/libusb-compat.in           | 2 +-
 rules/linux-firmware.in          | 2 +-
 rules/project-name.in            | 2 +-
 rules/pulseaudio.in              | 2 +-
 rules/systemd.in                 | 2 +-
 rules/xorg-font-cursor-misc.in   | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/platforms/at91bootstrap.in b/platforms/at91bootstrap.in
index 1e7c7901d..427970c11 100644
--- a/platforms/at91bootstrap.in
+++ b/platforms/at91bootstrap.in
@@ -18,7 +18,7 @@ menuconfig AT91BOOTSTRAP
 	  then jumps to it.
 
 	  It is required for these microcontrollers, because the bootROM of some
-	  of these cores can only handle a miximum of 4kB of the 1st stage
+	  of these cores can only handle a maximum of 4kB of the 1st stage
 	  bootloader (e.g. SRAM limits). U-boot is usually much larger
 	  than this.
 
diff --git a/platforms/at91bootstrap2.in b/platforms/at91bootstrap2.in
index b64947a6a..0821f70a8 100644
--- a/platforms/at91bootstrap2.in
+++ b/platforms/at91bootstrap2.in
@@ -21,7 +21,7 @@ menuconfig AT91BOOTSTRAP2
 	  then jumps to it.
 
 	  It is required for these microcontrollers, because the bootROM of some
-	  of these cores can only handle a miximum of 4kB of the 1st stage
+	  of these cores can only handle a maximum of 4kB of the 1st stage
 	  bootloader (e.g. SRAM limits). U-boot is usually much larger
 	  than this.
 
diff --git a/platforms/grub.in b/platforms/grub.in
index afa643d3a..45e776667 100644
--- a/platforms/grub.in
+++ b/platforms/grub.in
@@ -170,7 +170,7 @@ config GRUB_3C503_SHMEM
 
 config GRUB_3C503_AUI
 	bool
-	prompt "use AUI by deault"
+	prompt "use AUI by default"
 	depends on GRUB_3C503
 	help
 	  use AUI by default on 3c503 cards
diff --git a/rules/dtc.in b/rules/dtc.in
index e6d0b84d5..def824b96 100644
--- a/rules/dtc.in
+++ b/rules/dtc.in
@@ -5,7 +5,7 @@ menuconfig DTC
 	select HOST_FLEX
 	help
 	  Device Tree Compiler (dtc) toolchain. While dtc itself is
-	  occasionally needed for device tree manipulaton on the
+	  occasionally needed for device tree manipulation on the
 	  target, libfdt may be required.
 
 if DTC
diff --git a/rules/easy-rsa.in b/rules/easy-rsa.in
index 282fb9afd..5069a0e96 100644
--- a/rules/easy-rsa.in
+++ b/rules/easy-rsa.in
@@ -14,4 +14,4 @@ config EASY_RSA
 	  lists (CRL). This is for people which don't know how to generate
 	  all PKI files with openssl tool. Additional this is for people which
 	  have a enough less paranoia to generate keys on an embedded device.
-	  The easy-rsa scripts will be placed at /usr/share/easy-rsa aferwards.
+	  The easy-rsa scripts will be placed at /usr/share/easy-rsa afterwards.
diff --git a/rules/glibc.in b/rules/glibc.in
index 03847b2be..d713b2d15 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -13,7 +13,7 @@ config GLIBC_Y2038
 	bool
 	prompt "enable Y2038 support"
 	help
-	  Build the BSP with _TIME_BITS=64 to support dates beyound
+	  Build the BSP with _TIME_BITS=64 to support dates beyond
 	  2038-01-19 03:14:07.
 
 comment	"Install options"
@@ -33,7 +33,7 @@ config GLIBC_2_38
 	prompt "glibc-2.38 or later"
 	help
 	  In glibc-2.38 libcrypt was deprecated and removed afterwards.
-	  So libxcrypt is needed to provide the libcrypt implmentation.
+	  So libxcrypt is needed to provide the libcrypt implementation.
 
 config GLIBC_LD
 	bool
diff --git a/rules/graphics_and_multimedia.in b/rules/graphics_and_multimedia.in
index 119bc46a0..8e88818c7 100644
--- a/rules/graphics_and_multimedia.in
+++ b/rules/graphics_and_multimedia.in
@@ -5,7 +5,7 @@ menuconfig MENU_XORG_FONTS
 	prompt "fonts                         "
 	help
 	  These fonts can be used with an x-server, standalone directfb or
-	  gtk ontop of directfb.
+	  gtk on top of directfb.
 
 if MENU_XORG_FONTS
 
diff --git a/rules/grpc.in b/rules/grpc.in
index 805b3bc3b..6991fe18d 100644
--- a/rules/grpc.in
+++ b/rules/grpc.in
@@ -22,7 +22,7 @@ menuconfig GRPC
 	  call (RPC) framework.
 
 	  STAGING: remove in PTXdist 2024.03.0
-	  Not realy maintained in PTXdist, fails to build on some
+	  Not really maintained in PTXdist, fails to build on some
 	  architectures and with gcc 12 and
 	  TARGET_HARDEN_GLIBCXX_ASSERTIONS. Needs updating to new version.
 
diff --git a/rules/libusb-compat.in b/rules/libusb-compat.in
index 852e5ce64..14ea4fee1 100644
--- a/rules/libusb-compat.in
+++ b/rules/libusb-compat.in
@@ -5,4 +5,4 @@ config LIBUSB_COMPAT
 	select LIBUSB
 	prompt "libusb-compat"
 	help
-	  libusb-0.1 compatibility layer ontop of libusb-1
+	  libusb-0.1 compatibility layer on top of libusb-1
diff --git a/rules/linux-firmware.in b/rules/linux-firmware.in
index 9dd4beb71..b37d04781 100644
--- a/rules/linux-firmware.in
+++ b/rules/linux-firmware.in
@@ -26,7 +26,7 @@ config LINUX_FIRMWARE_SELECTED_FIRMWARES
 	  Since the firmware files can be large, this makes
 	  it possible to do a fine grained copy.
 	  Multiple firmware files are separated by space.
-	  Rembember that the glob MUST match the full path.
+	  Remember that the glob MUST match the full path.
 	  For example "*amd-ucode/* *amdgpu/*raven_* *amdgpu/*raven2*
 
 endif
diff --git a/rules/project-name.in b/rules/project-name.in
index 977bb9779..324a5d3d4 100644
--- a/rules/project-name.in
+++ b/rules/project-name.in
@@ -86,7 +86,7 @@ config PROJECT_GENERATE_REPORTS
 	prompt "generate reports with all relevant images"
 	help
 	  If this es enabled <image>.reports is build before the
-	  coresponding image. This is only relevant for images that are
+	  corresponding image. This is only relevant for images that are
 	  build from packages since the document covers all packages that
 	  are part of the image.
 
diff --git a/rules/pulseaudio.in b/rules/pulseaudio.in
index 8e87ef465..cb6894719 100644
--- a/rules/pulseaudio.in
+++ b/rules/pulseaudio.in
@@ -40,7 +40,7 @@ config PULSEAUDIO_SYSTEMD
 config PULSEAUDIO_DAEMON
 	bool
 	default y
-	prompt "install pulseaudio deamon"
+	prompt "install pulseaudio daemon"
 
 if PULSEAUDIO_DAEMON
 
diff --git a/rules/systemd.in b/rules/systemd.in
index 9a9a97f9b..b3d607234 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -181,7 +181,7 @@ config SYSTEMD_REPART
 	help
 	  systemd-repart repartitions the disk on system boot if configuration
 	  files are present. You should install these files in a separate
-	  PTXdist package, or call systemd-repart explicitely.
+	  PTXdist package, or call systemd-repart explicitly.
 
 config SYSTEMD_DEFAULT_NET_NAMING_SCHEME
 	string
diff --git a/rules/xorg-font-cursor-misc.in b/rules/xorg-font-cursor-misc.in
index 8d006330f..b66338537 100644
--- a/rules/xorg-font-cursor-misc.in
+++ b/rules/xorg-font-cursor-misc.in
@@ -5,4 +5,4 @@ config XORG_FONT_CURSOR_MISC
 	select XORG_FONTS
 	prompt "Cursor misc"
 	help
-	  essential font package, you migh most probably want it.
+	  essential font package, you might most probably want it.

base-commit: 172982887b5044fb73a15e2871c3e76b405def52
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] treewide: Let codespell fix some spelling errors
  2024-01-31 14:03 [ptxdist] [PATCH] treewide: Let codespell fix some spelling errors Alexander Dahl
@ 2024-02-08 16:03 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as b21315c557e1e9bdd45ee9a60738a83bfdad1198.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:25 +0100, Alexander Dahl <ada@thorsis.com> wrote:
> Command run: `codespell -w -i3 platforms/*.in rules/*.in`
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20240131140354.229535-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/at91bootstrap.in b/platforms/at91bootstrap.in
> index 1e7c7901ddaa..427970c117d1 100644
> --- a/platforms/at91bootstrap.in
> +++ b/platforms/at91bootstrap.in
> @@ -18,7 +18,7 @@ menuconfig AT91BOOTSTRAP
>  	  then jumps to it.
>  
>  	  It is required for these microcontrollers, because the bootROM of some
> -	  of these cores can only handle a miximum of 4kB of the 1st stage
> +	  of these cores can only handle a maximum of 4kB of the 1st stage
>  	  bootloader (e.g. SRAM limits). U-boot is usually much larger
>  	  than this.
>  
> diff --git a/platforms/at91bootstrap2.in b/platforms/at91bootstrap2.in
> index b64947a6ab96..0821f70a842f 100644
> --- a/platforms/at91bootstrap2.in
> +++ b/platforms/at91bootstrap2.in
> @@ -21,7 +21,7 @@ menuconfig AT91BOOTSTRAP2
>  	  then jumps to it.
>  
>  	  It is required for these microcontrollers, because the bootROM of some
> -	  of these cores can only handle a miximum of 4kB of the 1st stage
> +	  of these cores can only handle a maximum of 4kB of the 1st stage
>  	  bootloader (e.g. SRAM limits). U-boot is usually much larger
>  	  than this.
>  
> diff --git a/platforms/grub.in b/platforms/grub.in
> index afa643d3a168..45e776667e77 100644
> --- a/platforms/grub.in
> +++ b/platforms/grub.in
> @@ -170,7 +170,7 @@ config GRUB_3C503_SHMEM
>  
>  config GRUB_3C503_AUI
>  	bool
> -	prompt "use AUI by deault"
> +	prompt "use AUI by default"
>  	depends on GRUB_3C503
>  	help
>  	  use AUI by default on 3c503 cards
> diff --git a/rules/dtc.in b/rules/dtc.in
> index e6d0b84d5e22..def824b96ad7 100644
> --- a/rules/dtc.in
> +++ b/rules/dtc.in
> @@ -5,7 +5,7 @@ menuconfig DTC
>  	select HOST_FLEX
>  	help
>  	  Device Tree Compiler (dtc) toolchain. While dtc itself is
> -	  occasionally needed for device tree manipulaton on the
> +	  occasionally needed for device tree manipulation on the
>  	  target, libfdt may be required.
>  
>  if DTC
> diff --git a/rules/easy-rsa.in b/rules/easy-rsa.in
> index 282fb9afdcfe..5069a0e96131 100644
> --- a/rules/easy-rsa.in
> +++ b/rules/easy-rsa.in
> @@ -14,4 +14,4 @@ config EASY_RSA
>  	  lists (CRL). This is for people which don't know how to generate
>  	  all PKI files with openssl tool. Additional this is for people which
>  	  have a enough less paranoia to generate keys on an embedded device.
> -	  The easy-rsa scripts will be placed at /usr/share/easy-rsa aferwards.
> +	  The easy-rsa scripts will be placed at /usr/share/easy-rsa afterwards.
> diff --git a/rules/glibc.in b/rules/glibc.in
> index 03847b2be916..d713b2d1553e 100644
> --- a/rules/glibc.in
> +++ b/rules/glibc.in
> @@ -13,7 +13,7 @@ config GLIBC_Y2038
>  	bool
>  	prompt "enable Y2038 support"
>  	help
> -	  Build the BSP with _TIME_BITS=64 to support dates beyound
> +	  Build the BSP with _TIME_BITS=64 to support dates beyond
>  	  2038-01-19 03:14:07.
>  
>  comment	"Install options"
> @@ -33,7 +33,7 @@ config GLIBC_2_38
>  	prompt "glibc-2.38 or later"
>  	help
>  	  In glibc-2.38 libcrypt was deprecated and removed afterwards.
> -	  So libxcrypt is needed to provide the libcrypt implmentation.
> +	  So libxcrypt is needed to provide the libcrypt implementation.
>  
>  config GLIBC_LD
>  	bool
> diff --git a/rules/graphics_and_multimedia.in b/rules/graphics_and_multimedia.in
> index 119bc46a0c13..8e88818c7e9e 100644
> --- a/rules/graphics_and_multimedia.in
> +++ b/rules/graphics_and_multimedia.in
> @@ -5,7 +5,7 @@ menuconfig MENU_XORG_FONTS
>  	prompt "fonts                         "
>  	help
>  	  These fonts can be used with an x-server, standalone directfb or
> -	  gtk ontop of directfb.
> +	  gtk on top of directfb.
>  
>  if MENU_XORG_FONTS
>  
> diff --git a/rules/grpc.in b/rules/grpc.in
> index 805b3bc3bc10..6991fe18dcca 100644
> --- a/rules/grpc.in
> +++ b/rules/grpc.in
> @@ -22,7 +22,7 @@ menuconfig GRPC
>  	  call (RPC) framework.
>  
>  	  STAGING: remove in PTXdist 2024.03.0
> -	  Not realy maintained in PTXdist, fails to build on some
> +	  Not really maintained in PTXdist, fails to build on some
>  	  architectures and with gcc 12 and
>  	  TARGET_HARDEN_GLIBCXX_ASSERTIONS. Needs updating to new version.
>  
> diff --git a/rules/libusb-compat.in b/rules/libusb-compat.in
> index 852e5ce64cb0..14ea4fee15e6 100644
> --- a/rules/libusb-compat.in
> +++ b/rules/libusb-compat.in
> @@ -5,4 +5,4 @@ config LIBUSB_COMPAT
>  	select LIBUSB
>  	prompt "libusb-compat"
>  	help
> -	  libusb-0.1 compatibility layer ontop of libusb-1
> +	  libusb-0.1 compatibility layer on top of libusb-1
> diff --git a/rules/linux-firmware.in b/rules/linux-firmware.in
> index 9dd4beb71d06..b37d04781fc1 100644
> --- a/rules/linux-firmware.in
> +++ b/rules/linux-firmware.in
> @@ -26,7 +26,7 @@ config LINUX_FIRMWARE_SELECTED_FIRMWARES
>  	  Since the firmware files can be large, this makes
>  	  it possible to do a fine grained copy.
>  	  Multiple firmware files are separated by space.
> -	  Rembember that the glob MUST match the full path.
> +	  Remember that the glob MUST match the full path.
>  	  For example "*amd-ucode/* *amdgpu/*raven_* *amdgpu/*raven2*
>  
>  endif
> diff --git a/rules/project-name.in b/rules/project-name.in
> index 977bb9779715..324a5d3d4afc 100644
> --- a/rules/project-name.in
> +++ b/rules/project-name.in
> @@ -86,7 +86,7 @@ config PROJECT_GENERATE_REPORTS
>  	prompt "generate reports with all relevant images"
>  	help
>  	  If this es enabled <image>.reports is build before the
> -	  coresponding image. This is only relevant for images that are
> +	  corresponding image. This is only relevant for images that are
>  	  build from packages since the document covers all packages that
>  	  are part of the image.
>  
> diff --git a/rules/pulseaudio.in b/rules/pulseaudio.in
> index 8160116b6373..d00c56d9ede8 100644
> --- a/rules/pulseaudio.in
> +++ b/rules/pulseaudio.in
> @@ -40,7 +40,7 @@ config PULSEAUDIO_SYSTEMD
>  config PULSEAUDIO_DAEMON
>  	bool
>  	default y
> -	prompt "install pulseaudio deamon"
> +	prompt "install pulseaudio daemon"
>  
>  if PULSEAUDIO_DAEMON
>  
> diff --git a/rules/systemd.in b/rules/systemd.in
> index 9a9a97f9b989..b3d6072349b6 100644
> --- a/rules/systemd.in
> +++ b/rules/systemd.in
> @@ -181,7 +181,7 @@ config SYSTEMD_REPART
>  	help
>  	  systemd-repart repartitions the disk on system boot if configuration
>  	  files are present. You should install these files in a separate
> -	  PTXdist package, or call systemd-repart explicitely.
> +	  PTXdist package, or call systemd-repart explicitly.
>  
>  config SYSTEMD_DEFAULT_NET_NAMING_SCHEME
>  	string
> diff --git a/rules/xorg-font-cursor-misc.in b/rules/xorg-font-cursor-misc.in
> index 8d006330f276..b66338537aea 100644
> --- a/rules/xorg-font-cursor-misc.in
> +++ b/rules/xorg-font-cursor-misc.in
> @@ -5,4 +5,4 @@ config XORG_FONT_CURSOR_MISC
>  	select XORG_FONTS
>  	prompt "Cursor misc"
>  	help
> -	  essential font package, you migh most probably want it.
> +	  essential font package, you might most probably want it.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-08 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31 14:03 [ptxdist] [PATCH] treewide: Let codespell fix some spelling errors Alexander Dahl
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox