mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: Re: [ptxdist] [APPLIED] Fix typos in .in rules
Date: Wed, 16 Jun 2021 12:35:56 +0200	[thread overview]
Message-ID: <20210616103556.2001272-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210608065050.41038-2-ada@thorsis.com>

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


  parent reply	other threads:[~2021-06-16 10:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Michael Olbrich [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210616103556.2001272-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ada@thorsis.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox