From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 29 Mar 2026 07:47:25 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w6izd-006L95-2j for lore@lore.pengutronix.de; Sun, 29 Mar 2026 07:47:25 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1w6izd-00060t-Hr; Sun, 29 Mar 2026 07:47:25 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1w6izK-0004j1-JO; Sun, 29 Mar 2026 07:47:06 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w6izK-002fFu-1J; Sun, 29 Mar 2026 07:47:06 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1w6izK-0000000AVr6-1Qbn; Sun, 29 Mar 2026 07:47:06 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 29 Mar 2026 07:47:06 +0200 Message-ID: <20260329054706.2505677-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260323101842.14692-1-m.heidelberg@cab.de> References: <20260323101842.14692-1-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] Fix typos, grammar and missing/superfluous words 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: Markus Heidelberg 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c03611b23b00400638af09220f192a2dc75ff62e. Michael [sent from post-receive hook] On Sun, 29 Mar 2026 07:47:06 +0200, Markus Heidelberg wrote: > In documentation, help texts and an error message. > > Signed-off-by: Markus Heidelberg > Message-Id: <20260323101842.14692-1-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/doc/daily_work.inc b/doc/daily_work.inc > index 7071a0f1577b..f3bb41915d82 100644 > --- a/doc/daily_work.inc > +++ b/doc/daily_work.inc > @@ -26,7 +26,7 @@ tree. > Configuring the PTXdist Project > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -.. note:: assumption is here, the directory ``/myprj`` contains a valid PTXdist project. > +.. note:: assumption is here, the directory ``~/myprj`` contains a valid PTXdist project. > > To make PTXdist use of this kernel source tree, instead of an archive we > can simply create a link now: > @@ -454,7 +454,7 @@ command line parameters. > is two times the available CPU cores. > > ``-je`` > - this defines the number of packages to be build in parallel. The > + this defines the number of packages to be built in parallel. The > default is one package at a time. > > ``-j`` > @@ -469,7 +469,7 @@ command line parameters. > > A much softer setup is to just use the ``-j`` parameter. This will run > up to ```` tasks at the same time which will be spread over everything > -to do. This will create a system load which is much user friendly. Even the > +to do. This will create a system load which is much more user friendly. Even the > filesystem load is smoother with this parameter. > > Building in Background > diff --git a/doc/dev_add_bin_only_files.rst b/doc/dev_add_bin_only_files.rst > index 9031e437cd4f..265b8c2f41d6 100644 > --- a/doc/dev_add_bin_only_files.rst > +++ b/doc/dev_add_bin_only_files.rst > @@ -14,7 +14,7 @@ source code format. > Add Binary Files File by File > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -Doing to on a file by file base can happen by just using the ``install_copy`` > +Doing so on a file by file base can happen by just using the ``install_copy`` > macro in the *targetinstall* stage in our own customized rules file. > > .. code-block:: none > diff --git a/doc/ref_make_macros.rst b/doc/ref_make_macros.rst > index a81d54961298..07d6cb53a4e0 100644 > --- a/doc/ref_make_macros.rst > +++ b/doc/ref_make_macros.rst > @@ -254,7 +254,7 @@ The ```` parameter can be: > *foo* example package can be a ``$(FOO_DIR)/foo``. > * a minus sign (``-``). PTXdist uses the > parameter in this case to locate the file to copy from. > - The is uses a path relative to the :ref:`package install > + The is used as path relative to the :ref:`package install > directory`. This only works if the package uses the default > or a similar *install* stage. For our *foo* example used source file is > ``/packages/foo-1.1.0/``. > diff --git a/platforms/kernel.in b/platforms/kernel.in > index 5d4e5e2fe0c8..2c6d906e8bae 100644 > --- a/platforms/kernel.in > +++ b/platforms/kernel.in > @@ -100,7 +100,7 @@ choice > prompt "uImage " > help > This is the target for most non ia32 platforms like PowerPC > - and ARM architectures. Its a compressed image with additional > + and ARM architectures. It's a compressed image with additional > embedded information. > > config KERNEL_IMAGE_VM > @@ -128,7 +128,7 @@ choice > bool > prompt "Image" > help > - This is the target to get the kernel image as an raw uncompressed > + This is the target to get the kernel image as a raw uncompressed > binary file. > > config KERNEL_IMAGE_SIMPLE > @@ -294,7 +294,7 @@ config KERNEL_OPENSSL > bool > help > Select this if you're going to build your kernel with support for > - module signing, IMA etc. where openssl is need as hosttool. > + module signing, IMA etc. where openssl is needed as hosttool. > > Select this if you're unsure, as it won't hurt. It just > increases the build time. > diff --git a/platforms/toolchain.in b/platforms/toolchain.in > index 49c9fddeff56..5bdf1c96ba03 100644 > --- a/platforms/toolchain.in > +++ b/platforms/toolchain.in > @@ -7,8 +7,8 @@ config CROSSCHAIN_VENDOR > prompt "check for specific toolchain vendor" > default "OSELAS.Toolchain-2020.08" > help > - Add here an unique vendor string to ensure this project will > - be build with the correct toolchain. > + Add here a unique vendor string to ensure this project will > + be built with the correct toolchain. > Leave this entry empty to omit this check. > To use this feature add a file called 'ptxconfig' to the bin/ folder of > your toolchain. This file should contain at least one variable definition: > diff --git a/rules/iptables.in b/rules/iptables.in > index d98f1ac4e0a1..c52f7009d796 100644 > --- a/rules/iptables.in > +++ b/rules/iptables.in > @@ -72,7 +72,7 @@ config IPTABLES_LIBNFNETLINK > bool > prompt "configure libnfnetlink" > help > - Select if iptables should be build against libnfnetlink > + Select if iptables should be built against libnfnetlink > > config IPTABLES_NFTABLES_COMPAT > bool > diff --git a/rules/reproducible.in b/rules/reproducible.in > index 3f3e6b2695ee..b725e204cf58 100644 > --- a/rules/reproducible.in > +++ b/rules/reproducible.in > @@ -19,14 +19,14 @@ config REPRODUCIBLE_TIMESTAMP_PTXDIST > bool > prompt "ptxdist version" > help > - Use the year and month of the PTXdist version to generated the > + Use the year and month of the PTXdist version to generate the > timestamp. > > config REPRODUCIBLE_TIMESTAMP_TOOLCHAIN > bool > prompt "toolchain version" > help > - Use the year and month of the toolchain version to generated the > + Use the year and month of the toolchain version to generate the > timestamp. This only works for OSELAS.Toolchain. > This is useful to keep the timestamp stable across PTXdist > version updates. When a toolchain update happens, then the > @@ -54,7 +54,7 @@ config REPRODUCIBLE_TIMESTAMP_STRING > Supply a custom fake timestamp to be injected to the build. > The timestamp is passed to 'date --date', e.g. "2018-11-01 UTC". > > - Note: the timestamp should contain include the timezone. > + Note: the timestamp should include the timezone. > Otherwise timezone changes may produce different results. > > endif > diff --git a/scripts/report/generator.py b/scripts/report/generator.py > index da0552c04e73..e1a4876224b2 100644 > --- a/scripts/report/generator.py > +++ b/scripts/report/generator.py > @@ -136,7 +136,7 @@ node [ shape=point fixedsize=true width=0.1 ]; > tmp = version.split(':') > if len(tmp) > 2: > raise ReportException( > - f'cve-version "{version}" contains more than on ":"') > + f'cve-version "{version}" contains more than one ":"') > return tmp[0], tmp[1] if len(tmp) > 1 else '*' > > def create_cpe_ids(self, pkg):