From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 16 Jun 2021 12:39:45 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ltSxV-0005bQ-Ue for lore@lore.pengutronix.de; Wed, 16 Jun 2021 12:39:45 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ltSxV-00035q-J9; Wed, 16 Jun 2021 12:39:45 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltStp-00085M-JK; Wed, 16 Jun 2021 12:35:57 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ltSto-00022W-PW; Wed, 16 Jun 2021 12:35:56 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1ltSto-008Odj-Nh; Wed, 16 Jun 2021 12:35:56 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 16 Jun 2021 12:35:56 +0200 Message-Id: <20210616103556.2001272-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210608065050.41038-2-ada@thorsis.com> References: <20210608065050.41038-2-ada@thorsis.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] Fix typos in .in rules X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 4455d3b6fbec8f56c0d992246c17c28a99c6c503. Michael [sent from post-receive hook] On Wed, 16 Jun 2021 12:35:56 +0200, Alexander Dahl wrote: > Result of one `codespell -i 3 -w rules/*.in platforms/*.in` run. > > Signed-off-by: Alexander Dahl > Message-Id: <20210608065050.41038-2-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > 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