From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 08 Jun 2021 18:26:40 +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 1lqeYq-00010i-MZ for lore@lore.pengutronix.de; Tue, 08 Jun 2021 18:26:40 +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 1lqeYq-0004he-Ax; Tue, 08 Jun 2021 18:26:40 +0200 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lqeYP-0004ga-PL; Tue, 08 Jun 2021 18:26:13 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lqeYP-00017h-GI; Tue, 08 Jun 2021 18:26:13 +0200 Date: Tue, 8 Jun 2021 18:26:13 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Message-ID: <20210608162613.k6hd54l3tm4ggdab@pengutronix.de> References: <20210608065050.41038-1-ada@thorsis.com> <20210608065050.41038-2-ada@thorsis.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210608065050.41038-2-ada@thorsis.com> User-Agent: NeoMutt/20180716 Subject: Re: [ptxdist] [PATCH 1/2] 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 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 > --- > 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