From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 Jun 2025 12:39:09 +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 1uMP2z-003HEh-34 for lore@lore.pengutronix.de; Tue, 03 Jun 2025 12:39:09 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uMP2z-0000qM-NL; Tue, 03 Jun 2025 12:39:09 +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 1uMP2f-0000MJ-21; Tue, 03 Jun 2025 12:38:49 +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 1uMP2e-001bjZ-2p; Tue, 03 Jun 2025 12:38:48 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uMP2e-0051Ux-2c; Tue, 03 Jun 2025 12:38:48 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 3 Jun 2025 12:38:48 +0200 Message-Id: <20250603103848.1197276-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250520114620.166168-1-m.heidelberg@cab.de> References: <20250520114620.166168-1-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] Fix superfluous/duplicated words, grammar and typos 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 945f720225974b71819a7a940886e7d23ef29b1d. Michael [sent from post-receive hook] On Tue, 03 Jun 2025 12:38:48 +0200, Markus Heidelberg wrote: > Signed-off-by: Markus Heidelberg > Reviewed-by: Alexander Dahl > Message-Id: <20250520114620.166168-1-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/doc/daily_work.inc b/doc/daily_work.inc > index b335b2e6b174..f16cd490c614 100644 > --- a/doc/daily_work.inc > +++ b/doc/daily_work.inc > @@ -98,7 +98,7 @@ config file**). > Work Flow > ~~~~~~~~~ > > -Now its up to ourself working on the GIT based kernel source tree and > +Now it's up to ourself working on the GIT based kernel source tree and > using PTXdist to include the kernel into the root filesystem. > > To configure the kernel source tree, we simply run: > @@ -1479,7 +1479,7 @@ be built at the same time but should contain a different packages list each > (refer :ref:`multi_image_individual_root_filesystems` for details). > > Marking a menu file based dependency with ``if BUILDTIME`` limits the dependency > -to compile-time only. In this case its possible to have the package in one > +to compile-time only. In this case it's possible to have the package in one > image's list, but not its dependency. > > Run-Time only Dependency > diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst > index e89c0e56c5fb..807ed5db051d 100644 > --- a/doc/ref_make_variables.rst > +++ b/doc/ref_make_variables.rst > @@ -376,7 +376,7 @@ Build Environment for all Stages > wrappers. The specified flags are added to the command line when > appropriate. In most cases this it the preferred way to add additional > flags. Adding them via environment variables or ``make`` arguments can > - have unexpected side effects, such as as overwriting existing defaults. > + have unexpected side effects, such as overwriting existing defaults. > > ``_FLAGS_BLACKLIST`` > A list of arbitrary flags. If any one of these flags is found as an > @@ -536,7 +536,7 @@ different. > ptxdist packages (the lowercase name of the packages). PTXdist will add > the necessary dependencies. > > - Note that this will not ensure that the packages are enabled or that all > + Note that this will not ensure that the packages are enabled or that > all package dependencies are satisfied. ``$(PTX_PACKAGES_INSTALL)`` can > be used to specify all enabled packages. Or ``$(call ptx/collection, > $(PTXDIST_WORKSPACE)/configs/)`` can be used to > diff --git a/doc/ref_rule_file_layout.rst b/doc/ref_rule_file_layout.rst > index 222ee46a7b29..19b8dae52b22 100644 > --- a/doc/ref_rule_file_layout.rst > +++ b/doc/ref_rule_file_layout.rst > @@ -117,7 +117,7 @@ which looks like this: > What ``world/prepare`` does depends on some variable settings. > > If the package’s rule file defines ``_CONF_TOOL`` to ``NO``, > -this stage is simply does nothing. > +this stage simply does nothing. > > All rules files can create the ``_CONF_ENV`` variable and should > define it at least to ``$(CROSS_ENV)`` (the default) if the prepare stage > diff --git a/scripts/lib/ptxd_make_image_archive.sh b/scripts/lib/ptxd_make_image_archive.sh > index 053020fa4859..f4c689d58964 100644 > --- a/scripts/lib/ptxd_make_image_archive.sh > +++ b/scripts/lib/ptxd_make_image_archive.sh > @@ -7,7 +7,7 @@ > # > > # > -# extract ipkg an generate a tgz image > +# extract ipkg and generate a tgz image > # > ptxd_make_image_archive_impl() { > ptxd_make_image_init && > diff --git a/scripts/lib/ptxd_make_image_genimage.sh b/scripts/lib/ptxd_make_image_genimage.sh > index cd7058bfcb96..58804a743fe0 100644 > --- a/scripts/lib/ptxd_make_image_genimage.sh > +++ b/scripts/lib/ptxd_make_image_genimage.sh > @@ -48,7 +48,7 @@ ptxd_make_image_genimage_config() { > export -f ptxd_make_image_genimage_config > > # > -# extract ipkg an generate a tgz image > +# extract ipkg and generate a tgz image > # > ptxd_make_image_genimage_impl() { > local tmpdir configdir file