mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/2] Fix typos
@ 2021-06-08  6:50 Alexander Dahl
  2021-06-08  6:50 ` [ptxdist] [PATCH 1/2] Fix typos in .in rules Alexander Dahl
  2021-06-08  6:50 ` [ptxdist] [PATCH 2/2] doc: Fix a typo Alexander Dahl
  0 siblings, 2 replies; 9+ messages in thread
From: Alexander Dahl @ 2021-06-08  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Hei hei,

just ran codespell yesterday out of curiosity.  This small series is the
collection of what was found.

Greets
Alex

Alexander Dahl (2):
  Fix typos in .in rules
  doc: Fix a typo

 doc/dev_add_new_pkgs.rst    |  2 +-
 rules/gst-bayer2rgb-neon.in |  2 +-
 rules/jamvm.in              |  2 +-
 rules/libcoap2.in           |  2 +-
 rules/libusbgx.in           | 26 +++++++++++++-------------
 rules/msmtp.in              |  2 +-
 rules/nftables.in           |  2 +-
 rules/ntp_nonparse.in       |  2 +-
 rules/oprofile.in           |  2 +-
 rules/squashfs-tools.in     |  2 +-
 10 files changed, 22 insertions(+), 22 deletions(-)


base-commit: dbaa64bcfed162f4d67197830b4d5e2b0a7c3710
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 1/2] Fix typos in .in rules
  2021-06-08  6:50 [ptxdist] [PATCH 0/2] Fix typos Alexander Dahl
@ 2021-06-08  6:50 ` Alexander Dahl
  2021-06-08 16:26   ` Roland Hieber
  2021-06-16 10:35   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-06-08  6:50 ` [ptxdist] [PATCH 2/2] doc: Fix a typo Alexander Dahl
  1 sibling, 2 replies; 9+ messages in thread
From: Alexander Dahl @ 2021-06-08  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Result of one `codespell -i 3 -w rules/*.in platforms/*.in` run.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/gst-bayer2rgb-neon.in |  2 +-
 rules/jamvm.in              |  2 +-
 rules/libcoap2.in           |  2 +-
 rules/libusbgx.in           | 26 +++++++++++++-------------
 rules/msmtp.in              |  2 +-
 rules/nftables.in           |  2 +-
 rules/ntp_nonparse.in       |  2 +-
 rules/oprofile.in           |  2 +-
 rules/squashfs-tools.in     |  2 +-
 9 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/rules/gst-bayer2rgb-neon.in b/rules/gst-bayer2rgb-neon.in
index 1f4feeb8b..7aa07d199 100644
--- a/rules/gst-bayer2rgb-neon.in
+++ b/rules/gst-bayer2rgb-neon.in
@@ -7,5 +7,5 @@ config GST_BAYER2RGB_NEON
 	select GSTREAMER1
 	select GST_PLUGINS_BASE1
 	help
-	  Inofficial Gstreamer-plugin that utilizes
+	  Unofficial Gstreamer-plugin that utilizes
 	  NEON-extension to convert video/x-bayer to RGB.
diff --git a/rules/jamvm.in b/rules/jamvm.in
index f4dcbfee9..931714ab5 100644
--- a/rules/jamvm.in
+++ b/rules/jamvm.in
@@ -39,7 +39,7 @@ config JAMVM_TRACE_ALL
 	select JAMVM_TRACE_THREAD
 	select JAMVM_TRACE_DIRECT
 	select JAMVM_TRACE_INLINING
-	prompt "enalbe all tracers"
+	prompt "enable all tracers"
 
 config JAMVM_TRACE_GC
 	bool
diff --git a/rules/libcoap2.in b/rules/libcoap2.in
index d47928a06..19e77e405 100644
--- a/rules/libcoap2.in
+++ b/rules/libcoap2.in
@@ -6,7 +6,7 @@ config LIBCOAP2
 	help
 	  libcoap implements a lightweight application-protocol for
 	  devices that are constrained their resources such as computing
-	  power, RF range, memory, bandwith, or network packet sizes.
+	  power, RF range, memory, bandwidth, or network packet sizes.
 
 	  The Constrained Application Protocol (CoAP) was standardized
 	  in the Internet Engineering Task Force (IETF) as RFC 7252.
diff --git a/rules/libusbgx.in b/rules/libusbgx.in
index ba1595c2a..dc751ec46 100644
--- a/rules/libusbgx.in
+++ b/rules/libusbgx.in
@@ -12,80 +12,80 @@ if LIBUSBGX
 config SHOW_GADGETS
 	bool "install show-gadget tool"
 	help
-	  Wether to build the show-gadget tool
+	  Whether to build the show-gadget tool
 	  to list all already installed gadgets in configfs
 
 config SHOW_UDCS
 	bool "install show-udcs tool"
 	help
-	  Wether to build the show-udcs tool
+	  Whether to build the show-udcs tool
 	  to list all available udcs
 
 config GADGET_VID_PID_REMOVE
 	bool "install gadget-vid-pid-remove tool"
 	help
-	  Wether to build the gadget-vid-pid-remove tool
+	  Whether to build the gadget-vid-pid-remove tool
 	  to remove whole configfs gadget setup defined for
 	  vid and pid
 
 config GADGET_EXPORT
 	bool "install gadget-export tool"
 	help
-	  Wether to build the gadget-export tool
+	  Whether to build the gadget-export tool
 	  to export the configfs configuration to a scheme file
 
 config GADGET_IMPORT
 	bool "install gadget-import tool"
 	help
-	  Wether to build the gadget-import tool
+	  Whether to build the gadget-import tool
 	  to import the configfs configuration from a scheme file
 
 config GADGET_ACM_ECM
 	bool "install gadget-acm-ecm example tool"
 	help
-	  Wether to build the gadget-acm-ecm example tool
+	  Whether to build the gadget-acm-ecm example tool
 	  to create an configfs gadget setup for an acm-ecm device
 
 config GADGET_UVC
 	bool "install gadget-uvc example tool"
 	help
-	  Wether to build the gadget-uvc example tool
+	  Whether to build the gadget-uvc example tool
 	  to create an configfs gadget setup for an uvc device
 
 config GADGET_FFS
 	bool "install gadget-ffs example tool"
 	help
-	  Wether to build the gadget-ffs example tool
+	  Whether to build the gadget-ffs example tool
 	  to create an configfs gadget setup for an function-fs device
 
 config GADGET_MS
 	bool "install gadget-ms example tool"
 	help
-	  Wether to build the gadget-ms example tool to create an
+	  Whether to build the gadget-ms example tool to create an
 	  configfs gadget setup for an mass-storage device
 
 config GADGET_MIDI
 	bool "install gadget-midi example tool"
 	help
-	  Wether to build the gadget-midi example tool
+	  Whether to build the gadget-midi example tool
 	  to create an configfs gadget setup for an midi device
 
 config GADGET_HID
 	bool "install gadget-hid example tool"
 	help
-	  Wether to build the gadget-hid example tool
+	  Whether to build the gadget-hid example tool
 	  to create an configfs gadget setup for an hid device
 
 config GADGET_UAC2
 	bool "install gadget-uac2 example tool"
 	help
-	  Wether to build the gadget-uac2 example tool
+	  Whether to build the gadget-uac2 example tool
 	  to create an configfs gadget setup for an Audio Class device
 
 config GADGET_RNDIS_OS_DESC
 	bool "install gadget-rndis-os-desc example tool"
 	help
-	  Wether to build the gadget-rndis-os-desc example tool
+	  Whether to build the gadget-rndis-os-desc example tool
 	  to create an configfs gadget setup for an rndis ethernet device
 
 endif
diff --git a/rules/msmtp.in b/rules/msmtp.in
index 8fc32fc60..bd56cc389 100644
--- a/rules/msmtp.in
+++ b/rules/msmtp.in
@@ -11,7 +11,7 @@ menuconfig MSMTP
 	  light SMTP client with support for server profiles
 
 	  STAGING: remove in ptxdist-2021.05.0
-	  Realy old version and download broken. Must be updated to a new
+	  Really old version and download broken. Must be updated to a new
 	  version. Project moved to https://marlam.de/msmtp/
 
 if MSMTP
diff --git a/rules/nftables.in b/rules/nftables.in
index 9a0846dcc..fd468ae83 100644
--- a/rules/nftables.in
+++ b/rules/nftables.in
@@ -29,7 +29,7 @@ config NFTABLES_MGMP
 	bool
 	prompt "use mini-GMP"
 	help
-	  use the nftables build-in mini-GMP instead of linking to the shared
+	  use the nftables built-in mini-GMP instead of linking to the shared
 	  libgmp. (may reduce debugging verbosity on some files)
 
 config NFTABLES_STARTSCRIPT
diff --git a/rules/ntp_nonparse.in b/rules/ntp_nonparse.in
index 13c38d887..7720ae750 100644
--- a/rules/ntp_nonparse.in
+++ b/rules/ntp_nonparse.in
@@ -132,7 +132,7 @@ config NTP_RIPENCC
 
 config NTP_SHM
 	bool
-	prompt "SHM clock attached thru shared memory"
+	prompt "SHM clock attached through shared memory"
 	help
 	  Clock attached through shared memory (runs in a
 	  separate program).
diff --git a/rules/oprofile.in b/rules/oprofile.in
index 0cadf2122..6463eae7e 100644
--- a/rules/oprofile.in
+++ b/rules/oprofile.in
@@ -30,7 +30,7 @@ config OPROFILE_VMLINUX
 	help
 	  Disabled by default.
 	  The vmlinux ELF file is needed to profile the kernel.
-	  Because this file is very large (too large for some filesysems), it
+	  Because this file is very large (too large for some filesystems), it
 	  can be omitted. Kernel profile is still possible by installing vmlinux
 	  in other filesystem, e.g. NFS.
 
diff --git a/rules/squashfs-tools.in b/rules/squashfs-tools.in
index cbd1f324b..cb2db3b62 100644
--- a/rules/squashfs-tools.in
+++ b/rules/squashfs-tools.in
@@ -11,7 +11,7 @@ menuconfig SQUASHFS_TOOLS
 	help
 	  Squashfs is a highly compressed read-only filesystem for Linux.
 	  It uses zlib compression to compress both files, inodes and directories.
-	  Inodes in the system are very small and all blocks are packed to minimise
+	  Inodes in the system are very small and all blocks are packed to minimize
 	  data overhead. Block sizes greater than 4K are supported up to a maximum
 	  of 1Mbytes (default block size 128K).
 
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 2/2] doc: Fix a typo
  2021-06-08  6:50 [ptxdist] [PATCH 0/2] Fix typos Alexander Dahl
  2021-06-08  6:50 ` [ptxdist] [PATCH 1/2] Fix typos in .in rules Alexander Dahl
@ 2021-06-08  6:50 ` Alexander Dahl
  2021-06-08 16:27   ` Roland Hieber
  2021-06-16 10:35   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 2 replies; 9+ messages in thread
From: Alexander Dahl @ 2021-06-08  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Found with `codespell -i 3 -w doc/*.rst`

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 doc/dev_add_new_pkgs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
index 4ae2765c2..0dbc7a266 100644
--- a/doc/dev_add_new_pkgs.rst
+++ b/doc/dev_add_new_pkgs.rst
@@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math library
 ``libm``. Our new package was built successfully, because the linker was
 able to link our binaries against the ``libm`` from the toolchain. But
 in this case the ``libm`` must also be available in the target’s root
-filesystem to fulfil the run-time dependency: We have to force PTXdist to
+filesystem to fulfill the run-time dependency: We have to force PTXdist to
 install ``libm``. ``libm`` is part of the *glibc* package, but is not
 installed by default (to keep the root filesystem small). So, it **does
 not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [PATCH 1/2] Fix typos in .in rules
  2021-06-08  6:50 ` [ptxdist] [PATCH 1/2] Fix typos in .in rules Alexander Dahl
@ 2021-06-08 16:26   ` Roland Hieber
  2021-06-16 10:35   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 9+ messages in thread
From: Roland Hieber @ 2021-06-08 16:26 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

On Tue, Jun 08, 2021 at 08:50:49AM +0200, Alexander Dahl wrote:
> Result of one `codespell -i 3 -w rules/*.in platforms/*.in` run.
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---
>  rules/gst-bayer2rgb-neon.in |  2 +-
>  rules/jamvm.in              |  2 +-
>  rules/libcoap2.in           |  2 +-
>  rules/libusbgx.in           | 26 +++++++++++++-------------
>  rules/msmtp.in              |  2 +-
>  rules/nftables.in           |  2 +-
>  rules/ntp_nonparse.in       |  2 +-
>  rules/oprofile.in           |  2 +-
>  rules/squashfs-tools.in     |  2 +-
>  9 files changed, 21 insertions(+), 21 deletions(-)
> 
> diff --git a/rules/gst-bayer2rgb-neon.in b/rules/gst-bayer2rgb-neon.in
> index 1f4feeb8b..7aa07d199 100644
> --- a/rules/gst-bayer2rgb-neon.in
> +++ b/rules/gst-bayer2rgb-neon.in
> @@ -7,5 +7,5 @@ config GST_BAYER2RGB_NEON
>  	select GSTREAMER1
>  	select GST_PLUGINS_BASE1
>  	help
> -	  Inofficial Gstreamer-plugin that utilizes
> +	  Unofficial Gstreamer-plugin that utilizes
>  	  NEON-extension to convert video/x-bayer to RGB.
> diff --git a/rules/jamvm.in b/rules/jamvm.in
> index f4dcbfee9..931714ab5 100644
> --- a/rules/jamvm.in
> +++ b/rules/jamvm.in
> @@ -39,7 +39,7 @@ config JAMVM_TRACE_ALL
>  	select JAMVM_TRACE_THREAD
>  	select JAMVM_TRACE_DIRECT
>  	select JAMVM_TRACE_INLINING
> -	prompt "enalbe all tracers"
> +	prompt "enable all tracers"
>  
>  config JAMVM_TRACE_GC
>  	bool
> diff --git a/rules/libcoap2.in b/rules/libcoap2.in
> index d47928a06..19e77e405 100644
> --- a/rules/libcoap2.in
> +++ b/rules/libcoap2.in
> @@ -6,7 +6,7 @@ config LIBCOAP2
>  	help
>  	  libcoap implements a lightweight application-protocol for
>  	  devices that are constrained their resources such as computing
> -	  power, RF range, memory, bandwith, or network packet sizes.
> +	  power, RF range, memory, bandwidth, or network packet sizes.
>  
>  	  The Constrained Application Protocol (CoAP) was standardized
>  	  in the Internet Engineering Task Force (IETF) as RFC 7252.
> diff --git a/rules/libusbgx.in b/rules/libusbgx.in
> index ba1595c2a..dc751ec46 100644
> --- a/rules/libusbgx.in
> +++ b/rules/libusbgx.in
> @@ -12,80 +12,80 @@ if LIBUSBGX
>  config SHOW_GADGETS
>  	bool "install show-gadget tool"
>  	help
> -	  Wether to build the show-gadget tool
> +	  Whether to build the show-gadget tool
>  	  to list all already installed gadgets in configfs
>  
>  config SHOW_UDCS
>  	bool "install show-udcs tool"
>  	help
> -	  Wether to build the show-udcs tool
> +	  Whether to build the show-udcs tool
>  	  to list all available udcs
>  
>  config GADGET_VID_PID_REMOVE
>  	bool "install gadget-vid-pid-remove tool"
>  	help
> -	  Wether to build the gadget-vid-pid-remove tool
> +	  Whether to build the gadget-vid-pid-remove tool
>  	  to remove whole configfs gadget setup defined for
>  	  vid and pid
>  
>  config GADGET_EXPORT
>  	bool "install gadget-export tool"
>  	help
> -	  Wether to build the gadget-export tool
> +	  Whether to build the gadget-export tool
>  	  to export the configfs configuration to a scheme file
>  
>  config GADGET_IMPORT
>  	bool "install gadget-import tool"
>  	help
> -	  Wether to build the gadget-import tool
> +	  Whether to build the gadget-import tool
>  	  to import the configfs configuration from a scheme file
>  
>  config GADGET_ACM_ECM
>  	bool "install gadget-acm-ecm example tool"
>  	help
> -	  Wether to build the gadget-acm-ecm example tool
> +	  Whether to build the gadget-acm-ecm example tool
>  	  to create an configfs gadget setup for an acm-ecm device
>  
>  config GADGET_UVC
>  	bool "install gadget-uvc example tool"
>  	help
> -	  Wether to build the gadget-uvc example tool
> +	  Whether to build the gadget-uvc example tool
>  	  to create an configfs gadget setup for an uvc device
>  
>  config GADGET_FFS
>  	bool "install gadget-ffs example tool"
>  	help
> -	  Wether to build the gadget-ffs example tool
> +	  Whether to build the gadget-ffs example tool
>  	  to create an configfs gadget setup for an function-fs device
>  
>  config GADGET_MS
>  	bool "install gadget-ms example tool"
>  	help
> -	  Wether to build the gadget-ms example tool to create an
> +	  Whether to build the gadget-ms example tool to create an
>  	  configfs gadget setup for an mass-storage device
>  
>  config GADGET_MIDI
>  	bool "install gadget-midi example tool"
>  	help
> -	  Wether to build the gadget-midi example tool
> +	  Whether to build the gadget-midi example tool
>  	  to create an configfs gadget setup for an midi device
>  
>  config GADGET_HID
>  	bool "install gadget-hid example tool"
>  	help
> -	  Wether to build the gadget-hid example tool
> +	  Whether to build the gadget-hid example tool
>  	  to create an configfs gadget setup for an hid device
>  
>  config GADGET_UAC2
>  	bool "install gadget-uac2 example tool"
>  	help
> -	  Wether to build the gadget-uac2 example tool
> +	  Whether to build the gadget-uac2 example tool
>  	  to create an configfs gadget setup for an Audio Class device
>  
>  config GADGET_RNDIS_OS_DESC
>  	bool "install gadget-rndis-os-desc example tool"
>  	help
> -	  Wether to build the gadget-rndis-os-desc example tool
> +	  Whether to build the gadget-rndis-os-desc example tool
>  	  to create an configfs gadget setup for an rndis ethernet device
>  
>  endif
> diff --git a/rules/msmtp.in b/rules/msmtp.in
> index 8fc32fc60..bd56cc389 100644
> --- a/rules/msmtp.in
> +++ b/rules/msmtp.in
> @@ -11,7 +11,7 @@ menuconfig MSMTP
>  	  light SMTP client with support for server profiles
>  
>  	  STAGING: remove in ptxdist-2021.05.0
> -	  Realy old version and download broken. Must be updated to a new
> +	  Really old version and download broken. Must be updated to a new
>  	  version. Project moved to https://marlam.de/msmtp/
>  
>  if MSMTP
> diff --git a/rules/nftables.in b/rules/nftables.in
> index 9a0846dcc..fd468ae83 100644
> --- a/rules/nftables.in
> +++ b/rules/nftables.in
> @@ -29,7 +29,7 @@ config NFTABLES_MGMP
>  	bool
>  	prompt "use mini-GMP"
>  	help
> -	  use the nftables build-in mini-GMP instead of linking to the shared
> +	  use the nftables built-in mini-GMP instead of linking to the shared
>  	  libgmp. (may reduce debugging verbosity on some files)
>  
>  config NFTABLES_STARTSCRIPT
> diff --git a/rules/ntp_nonparse.in b/rules/ntp_nonparse.in
> index 13c38d887..7720ae750 100644
> --- a/rules/ntp_nonparse.in
> +++ b/rules/ntp_nonparse.in
> @@ -132,7 +132,7 @@ config NTP_RIPENCC
>  
>  config NTP_SHM
>  	bool
> -	prompt "SHM clock attached thru shared memory"
> +	prompt "SHM clock attached through shared memory"
>  	help
>  	  Clock attached through shared memory (runs in a
>  	  separate program).
> diff --git a/rules/oprofile.in b/rules/oprofile.in
> index 0cadf2122..6463eae7e 100644
> --- a/rules/oprofile.in
> +++ b/rules/oprofile.in
> @@ -30,7 +30,7 @@ config OPROFILE_VMLINUX
>  	help
>  	  Disabled by default.
>  	  The vmlinux ELF file is needed to profile the kernel.
> -	  Because this file is very large (too large for some filesysems), it
> +	  Because this file is very large (too large for some filesystems), it
>  	  can be omitted. Kernel profile is still possible by installing vmlinux
>  	  in other filesystem, e.g. NFS.
>  
> diff --git a/rules/squashfs-tools.in b/rules/squashfs-tools.in
> index cbd1f324b..cb2db3b62 100644
> --- a/rules/squashfs-tools.in
> +++ b/rules/squashfs-tools.in
> @@ -11,7 +11,7 @@ menuconfig SQUASHFS_TOOLS
>  	help
>  	  Squashfs is a highly compressed read-only filesystem for Linux.
>  	  It uses zlib compression to compress both files, inodes and directories.
> -	  Inodes in the system are very small and all blocks are packed to minimise
> +	  Inodes in the system are very small and all blocks are packed to minimize
>  	  data overhead. Block sizes greater than 4K are supported up to a maximum
>  	  of 1Mbytes (default block size 128K).

Hey, this is valid British English! :D But the rest looks okay to me.

 - Roland

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH 2/2] doc: Fix a typo
  2021-06-08  6:50 ` [ptxdist] [PATCH 2/2] doc: Fix a typo Alexander Dahl
@ 2021-06-08 16:27   ` Roland Hieber
  2021-06-08 16:45     ` Alexander Dahl
  2021-06-16 10:35   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 9+ messages in thread
From: Roland Hieber @ 2021-06-08 16:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

On Tue, Jun 08, 2021 at 08:50:50AM +0200, Alexander Dahl wrote:
> Found with `codespell -i 3 -w doc/*.rst`
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---
>  doc/dev_add_new_pkgs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
> index 4ae2765c2..0dbc7a266 100644
> --- a/doc/dev_add_new_pkgs.rst
> +++ b/doc/dev_add_new_pkgs.rst
> @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math library
>  ``libm``. Our new package was built successfully, because the linker was
>  able to link our binaries against the ``libm`` from the toolchain. But
>  in this case the ``libm`` must also be available in the target’s root
> -filesystem to fulfil the run-time dependency: We have to force PTXdist to
> +filesystem to fulfill the run-time dependency: We have to force PTXdist to

Hmm, all dictionaries that I asked knew both variants, the one with two
L is American spelling, the othe rone British.

 - Roland

>  install ``libm``. ``libm`` is part of the *glibc* package, but is not
>  installed by default (to keep the root filesystem small). So, it **does
>  not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [PATCH 2/2] doc: Fix a typo
  2021-06-08 16:27   ` Roland Hieber
@ 2021-06-08 16:45     ` Alexander Dahl
  2021-06-11  9:26       ` Michael Olbrich
  0 siblings, 1 reply; 9+ messages in thread
From: Alexander Dahl @ 2021-06-08 16:45 UTC (permalink / raw)
  To: ptxdist

Hello Roland,

Am Tue, Jun 08, 2021 at 06:27:36PM +0200 schrieb Roland Hieber:
> On Tue, Jun 08, 2021 at 08:50:50AM +0200, Alexander Dahl wrote:
> > Found with `codespell -i 3 -w doc/*.rst`
> > 
> > Signed-off-by: Alexander Dahl <ada@thorsis.com>
> > ---
> >  doc/dev_add_new_pkgs.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
> > index 4ae2765c2..0dbc7a266 100644
> > --- a/doc/dev_add_new_pkgs.rst
> > +++ b/doc/dev_add_new_pkgs.rst
> > @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math library
> >  ``libm``. Our new package was built successfully, because the linker was
> >  able to link our binaries against the ``libm`` from the toolchain. But
> >  in this case the ``libm`` must also be available in the target’s root
> > -filesystem to fulfil the run-time dependency: We have to force PTXdist to
> > +filesystem to fulfill the run-time dependency: We have to force PTXdist to
> 
> Hmm, all dictionaries that I asked knew both variants, the one with two
> L is American spelling, the othe rone British.

My assumption was, American English as in en_US is default for FOSS.
But I have nothing to backup that claim, just based on guts.  And
codespell obviously thinks the same?

Greets
Alex

> 
>  - Roland
> 
> >  install ``libm``. ``libm`` is part of the *glibc* package, but is not
> >  installed by default (to keep the root filesystem small). So, it **does
> >  not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.
> > -- 
> > 2.20.1
> > 
> > 
> > _______________________________________________
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 
> -- 
> Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
> Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
> 31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [PATCH 2/2] doc: Fix a typo
  2021-06-08 16:45     ` Alexander Dahl
@ 2021-06-11  9:26       ` Michael Olbrich
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2021-06-11  9:26 UTC (permalink / raw)
  To: ptxdist

On Tue, Jun 08, 2021 at 06:45:41PM +0200, Alexander Dahl wrote:
> Hello Roland,
> 
> Am Tue, Jun 08, 2021 at 06:27:36PM +0200 schrieb Roland Hieber:
> > On Tue, Jun 08, 2021 at 08:50:50AM +0200, Alexander Dahl wrote:
> > > Found with `codespell -i 3 -w doc/*.rst`
> > > 
> > > Signed-off-by: Alexander Dahl <ada@thorsis.com>
> > > ---
> > >  doc/dev_add_new_pkgs.rst | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
> > > index 4ae2765c2..0dbc7a266 100644
> > > --- a/doc/dev_add_new_pkgs.rst
> > > +++ b/doc/dev_add_new_pkgs.rst
> > > @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math library
> > >  ``libm``. Our new package was built successfully, because the linker was
> > >  able to link our binaries against the ``libm`` from the toolchain. But
> > >  in this case the ``libm`` must also be available in the target’s root
> > > -filesystem to fulfil the run-time dependency: We have to force PTXdist to
> > > +filesystem to fulfill the run-time dependency: We have to force PTXdist to
> > 
> > Hmm, all dictionaries that I asked knew both variants, the one with two
> > L is American spelling, the othe rone British.
> 
> My assumption was, American English as in en_US is default for FOSS.
> But I have nothing to backup that claim, just based on guts.  And
> codespell obviously thinks the same?

I don't really care what spelling is correct. But I think it would be
valuable to run codespell and not get any changes. Maybe something for my
build tests. So I'll apply both patches without changes.

Michael

> > >  install ``libm``. ``libm`` is part of the *glibc* package, but is not
> > >  installed by default (to keep the root filesystem small). So, it **does
> > >  not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.
> > > -- 
> > > 2.20.1
> > > 
> > > 
> > > _______________________________________________
> > > ptxdist mailing list
> > > ptxdist@pengutronix.de
> > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> > 
> > -- 
> > Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
> > Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
> > 31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
> > Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |
> > 
> > _______________________________________________
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [APPLIED] doc: Fix a typo
  2021-06-08  6:50 ` [ptxdist] [PATCH 2/2] doc: Fix a typo Alexander Dahl
  2021-06-08 16:27   ` Roland Hieber
@ 2021-06-16 10:35   ` Michael Olbrich
  1 sibling, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2021-06-16 10:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 2a66f94f3e114696ee9bdbcf171cc0c3f7f9311c.

Michael

[sent from post-receive hook]

On Wed, 16 Jun 2021 12:35:53 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Found with `codespell -i 3 -w doc/*.rst`
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20210608065050.41038-3-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
> index 4ae2765c2ce9..0dbc7a266ea8 100644
> --- a/doc/dev_add_new_pkgs.rst
> +++ b/doc/dev_add_new_pkgs.rst
> @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math library
>  ``libm``. Our new package was built successfully, because the linker was
>  able to link our binaries against the ``libm`` from the toolchain. But
>  in this case the ``libm`` must also be available in the target’s root
> -filesystem to fulfil the run-time dependency: We have to force PTXdist to
> +filesystem to fulfill the run-time dependency: We have to force PTXdist to
>  install ``libm``. ``libm`` is part of the *glibc* package, but is not
>  installed by default (to keep the root filesystem small). So, it **does
>  not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [APPLIED] Fix typos in .in rules
  2021-06-08  6:50 ` [ptxdist] [PATCH 1/2] Fix typos in .in rules Alexander Dahl
  2021-06-08 16:26   ` Roland Hieber
@ 2021-06-16 10:35   ` Michael Olbrich
  1 sibling, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2021-06-16 10:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 4455d3b6fbec8f56c0d992246c17c28a99c6c503.

Michael

[sent from post-receive hook]

On Wed, 16 Jun 2021 12:35:56 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Result of one `codespell -i 3 -w rules/*.in platforms/*.in` run.
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20210608065050.41038-2-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gst-bayer2rgb-neon.in b/rules/gst-bayer2rgb-neon.in
> index 1f4feeb8b32d..7aa07d199516 100644
> --- a/rules/gst-bayer2rgb-neon.in
> +++ b/rules/gst-bayer2rgb-neon.in
> @@ -7,5 +7,5 @@ config GST_BAYER2RGB_NEON
>  	select GSTREAMER1
>  	select GST_PLUGINS_BASE1
>  	help
> -	  Inofficial Gstreamer-plugin that utilizes
> +	  Unofficial Gstreamer-plugin that utilizes
>  	  NEON-extension to convert video/x-bayer to RGB.
> diff --git a/rules/jamvm.in b/rules/jamvm.in
> index f4dcbfee9f93..931714ab59d8 100644
> --- a/rules/jamvm.in
> +++ b/rules/jamvm.in
> @@ -39,7 +39,7 @@ config JAMVM_TRACE_ALL
>  	select JAMVM_TRACE_THREAD
>  	select JAMVM_TRACE_DIRECT
>  	select JAMVM_TRACE_INLINING
> -	prompt "enalbe all tracers"
> +	prompt "enable all tracers"
>  
>  config JAMVM_TRACE_GC
>  	bool
> diff --git a/rules/libcoap2.in b/rules/libcoap2.in
> index d47928a06034..19e77e4058ba 100644
> --- a/rules/libcoap2.in
> +++ b/rules/libcoap2.in
> @@ -6,7 +6,7 @@ config LIBCOAP2
>  	help
>  	  libcoap implements a lightweight application-protocol for
>  	  devices that are constrained their resources such as computing
> -	  power, RF range, memory, bandwith, or network packet sizes.
> +	  power, RF range, memory, bandwidth, or network packet sizes.
>  
>  	  The Constrained Application Protocol (CoAP) was standardized
>  	  in the Internet Engineering Task Force (IETF) as RFC 7252.
> diff --git a/rules/libusbgx.in b/rules/libusbgx.in
> index ba1595c2a485..dc751ec46fdf 100644
> --- a/rules/libusbgx.in
> +++ b/rules/libusbgx.in
> @@ -12,80 +12,80 @@ if LIBUSBGX
>  config SHOW_GADGETS
>  	bool "install show-gadget tool"
>  	help
> -	  Wether to build the show-gadget tool
> +	  Whether to build the show-gadget tool
>  	  to list all already installed gadgets in configfs
>  
>  config SHOW_UDCS
>  	bool "install show-udcs tool"
>  	help
> -	  Wether to build the show-udcs tool
> +	  Whether to build the show-udcs tool
>  	  to list all available udcs
>  
>  config GADGET_VID_PID_REMOVE
>  	bool "install gadget-vid-pid-remove tool"
>  	help
> -	  Wether to build the gadget-vid-pid-remove tool
> +	  Whether to build the gadget-vid-pid-remove tool
>  	  to remove whole configfs gadget setup defined for
>  	  vid and pid
>  
>  config GADGET_EXPORT
>  	bool "install gadget-export tool"
>  	help
> -	  Wether to build the gadget-export tool
> +	  Whether to build the gadget-export tool
>  	  to export the configfs configuration to a scheme file
>  
>  config GADGET_IMPORT
>  	bool "install gadget-import tool"
>  	help
> -	  Wether to build the gadget-import tool
> +	  Whether to build the gadget-import tool
>  	  to import the configfs configuration from a scheme file
>  
>  config GADGET_ACM_ECM
>  	bool "install gadget-acm-ecm example tool"
>  	help
> -	  Wether to build the gadget-acm-ecm example tool
> +	  Whether to build the gadget-acm-ecm example tool
>  	  to create an configfs gadget setup for an acm-ecm device
>  
>  config GADGET_UVC
>  	bool "install gadget-uvc example tool"
>  	help
> -	  Wether to build the gadget-uvc example tool
> +	  Whether to build the gadget-uvc example tool
>  	  to create an configfs gadget setup for an uvc device
>  
>  config GADGET_FFS
>  	bool "install gadget-ffs example tool"
>  	help
> -	  Wether to build the gadget-ffs example tool
> +	  Whether to build the gadget-ffs example tool
>  	  to create an configfs gadget setup for an function-fs device
>  
>  config GADGET_MS
>  	bool "install gadget-ms example tool"
>  	help
> -	  Wether to build the gadget-ms example tool to create an
> +	  Whether to build the gadget-ms example tool to create an
>  	  configfs gadget setup for an mass-storage device
>  
>  config GADGET_MIDI
>  	bool "install gadget-midi example tool"
>  	help
> -	  Wether to build the gadget-midi example tool
> +	  Whether to build the gadget-midi example tool
>  	  to create an configfs gadget setup for an midi device
>  
>  config GADGET_HID
>  	bool "install gadget-hid example tool"
>  	help
> -	  Wether to build the gadget-hid example tool
> +	  Whether to build the gadget-hid example tool
>  	  to create an configfs gadget setup for an hid device
>  
>  config GADGET_UAC2
>  	bool "install gadget-uac2 example tool"
>  	help
> -	  Wether to build the gadget-uac2 example tool
> +	  Whether to build the gadget-uac2 example tool
>  	  to create an configfs gadget setup for an Audio Class device
>  
>  config GADGET_RNDIS_OS_DESC
>  	bool "install gadget-rndis-os-desc example tool"
>  	help
> -	  Wether to build the gadget-rndis-os-desc example tool
> +	  Whether to build the gadget-rndis-os-desc example tool
>  	  to create an configfs gadget setup for an rndis ethernet device
>  
>  endif
> diff --git a/rules/msmtp.in b/rules/msmtp.in
> index 8fc32fc60117..bd56cc389334 100644
> --- a/rules/msmtp.in
> +++ b/rules/msmtp.in
> @@ -11,7 +11,7 @@ menuconfig MSMTP
>  	  light SMTP client with support for server profiles
>  
>  	  STAGING: remove in ptxdist-2021.05.0
> -	  Realy old version and download broken. Must be updated to a new
> +	  Really old version and download broken. Must be updated to a new
>  	  version. Project moved to https://marlam.de/msmtp/
>  
>  if MSMTP
> diff --git a/rules/nftables.in b/rules/nftables.in
> index 9a0846dccc9a..fd468ae8369c 100644
> --- a/rules/nftables.in
> +++ b/rules/nftables.in
> @@ -29,7 +29,7 @@ config NFTABLES_MGMP
>  	bool
>  	prompt "use mini-GMP"
>  	help
> -	  use the nftables build-in mini-GMP instead of linking to the shared
> +	  use the nftables built-in mini-GMP instead of linking to the shared
>  	  libgmp. (may reduce debugging verbosity on some files)
>  
>  config NFTABLES_STARTSCRIPT
> diff --git a/rules/ntp_nonparse.in b/rules/ntp_nonparse.in
> index 13c38d8877b8..7720ae750861 100644
> --- a/rules/ntp_nonparse.in
> +++ b/rules/ntp_nonparse.in
> @@ -132,7 +132,7 @@ config NTP_RIPENCC
>  
>  config NTP_SHM
>  	bool
> -	prompt "SHM clock attached thru shared memory"
> +	prompt "SHM clock attached through shared memory"
>  	help
>  	  Clock attached through shared memory (runs in a
>  	  separate program).
> diff --git a/rules/oprofile.in b/rules/oprofile.in
> index 0cadf212265b..6463eae7e72c 100644
> --- a/rules/oprofile.in
> +++ b/rules/oprofile.in
> @@ -30,7 +30,7 @@ config OPROFILE_VMLINUX
>  	help
>  	  Disabled by default.
>  	  The vmlinux ELF file is needed to profile the kernel.
> -	  Because this file is very large (too large for some filesysems), it
> +	  Because this file is very large (too large for some filesystems), it
>  	  can be omitted. Kernel profile is still possible by installing vmlinux
>  	  in other filesystem, e.g. NFS.
>  
> diff --git a/rules/squashfs-tools.in b/rules/squashfs-tools.in
> index cbd1f324b3e2..cb2db3b62ee6 100644
> --- a/rules/squashfs-tools.in
> +++ b/rules/squashfs-tools.in
> @@ -11,7 +11,7 @@ menuconfig SQUASHFS_TOOLS
>  	help
>  	  Squashfs is a highly compressed read-only filesystem for Linux.
>  	  It uses zlib compression to compress both files, inodes and directories.
> -	  Inodes in the system are very small and all blocks are packed to minimise
> +	  Inodes in the system are very small and all blocks are packed to minimize
>  	  data overhead. Block sizes greater than 4K are supported up to a maximum
>  	  of 1Mbytes (default block size 128K).
>  

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-06-16 10:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  6:50 [ptxdist] [PATCH 0/2] Fix typos Alexander Dahl
2021-06-08  6:50 ` [ptxdist] [PATCH 1/2] Fix typos in .in rules Alexander Dahl
2021-06-08 16:26   ` Roland Hieber
2021-06-16 10:35   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-06-08  6:50 ` [ptxdist] [PATCH 2/2] doc: Fix a typo Alexander Dahl
2021-06-08 16:27   ` Roland Hieber
2021-06-08 16:45     ` Alexander Dahl
2021-06-11  9:26       ` Michael Olbrich
2021-06-16 10:35   ` [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