mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: [ptxdist] [PATCH 1/2] Fix typos in .in rules
Date: Tue,  8 Jun 2021 08:50:49 +0200	[thread overview]
Message-ID: <20210608065050.41038-2-ada@thorsis.com> (raw)
In-Reply-To: <20210608065050.41038-1-ada@thorsis.com>

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


  reply	other threads:[~2021-06-08  6:52 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 ` Alexander Dahl [this message]
2021-06-08 16:26   ` [ptxdist] [PATCH 1/2] Fix typos in .in rules 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

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=20210608065050.41038-2-ada@thorsis.com \
    --to=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