From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Sep 2024 14:13:55 +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 1soihv-003moN-2T for lore@lore.pengutronix.de; Thu, 12 Sep 2024 14:13:55 +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 1soihu-0004RW-Tk; Thu, 12 Sep 2024 14:13:54 +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 1soifl-0001Tx-MY; Thu, 12 Sep 2024 14:11:41 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soifl-007NQg-9g; Thu, 12 Sep 2024 14:11:41 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1soifl-00BGg8-0p; Thu, 12 Sep 2024 14:11:41 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 12 Sep 2024 14:11:41 +0200 Message-Id: <20240912121141.2685713-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240809092639.47100-1-m.heidelberg@cab.de> References: <20240809092639.47100-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 various typos, grammar and spelling 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 aede566ace67c4ae0600c2f4ac7be38830227fc3. Michael [sent from post-receive hook] On Thu, 12 Sep 2024 14:11:41 +0200, Markus Heidelberg wrote: > In documentation, help texts and a comment. > > Signed-off-by: Markus Heidelberg > Message-Id: <20240809092639.47100-1-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/bin/ptxdist b/bin/ptxdist > index 6d6de64d8fbd..8d3c4595c291 100755 > --- a/bin/ptxdist > +++ b/bin/ptxdist > @@ -826,7 +826,7 @@ Options: > --debug, -d print out additional info (like make decisions) > --quiet, -q suppress output, show only stderr > --silent, -s alias for --quiet > - --verbose, -v be more verbose, print command before execute them > + --verbose, -v be more verbose, print command before execution > --output-sync Improve output readability for parallel building. > Disabled by default except for quiet builds. > --no-output-sync Disable output-sync if enabled by default. > diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst > index 775ff71be64f..20c98995f6e5 100644 > --- a/doc/ref_make_variables.rst > +++ b/doc/ref_make_variables.rst > @@ -61,7 +61,7 @@ Global Variables > Other useful variables: > > ``CROSS_PATH`` > - Use to find cross tools. This path must be used to create anything that > + Used to find cross tools. This path must be used to create anything that > depends on the target’s architecture, but needs something running on the > host to do the job. Examples: > > @@ -272,7 +272,7 @@ of the corresponding target package if it exists. > When PTXdist extracts source archives, it will create ``_DIR`` > first and then extracts the archive there. If ``_STRIP_LEVEL`` is > set to 1 (the default) then PTXdist removes the first directory level > - defined inside the archive. For most packages that this is the same as > + defined inside the archive. For most packages this is the same as > just extracting the archive. However, this is useful for packages with > badly named top-level directories or packages where the directory must be > renamed to avoid collisions (e.g. gdbserver). > @@ -293,7 +293,7 @@ of the corresponding target package if it exists. > keep the source tree free of build files. > > ``KEEP`` can be used instead of ``YES``. In this case the build tree is > - not deleted at the beginning of the prepare stage. This make > + not deleted at the beginning of the prepare stage. This makes > reconfiguration faster. This should only be used for packages that can > handle configuration changes correctly and rebuild everything as needed. > > diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.rst > index dd71046bb5a9..46a934aab2a4 100644 > --- a/doc/ref_parameter.rst > +++ b/doc/ref_parameter.rst > @@ -20,7 +20,7 @@ Setup and Project Actions > *platform*, *boardsetup*, *setup*, *go* and *images*. > > ``select `` > - this action will select a user land > + this action will select a userland > configuration. This step is only required in projects where no > ``selected_ptxconfig`` file is present. The argument must point > to a valid userland configuration file. PTXdist provides this feature > @@ -53,7 +53,7 @@ Setup and Project Actions > > ``setup`` > PTXdist uses some global settings, independent from the > - project it is working on. These settings belong to users preferences or > + project it is working on. These settings belong to user preferences or > simply some network settings to permit PTXdist to download required > packages. > > @@ -348,7 +348,7 @@ Options > suppress output, show only stderr > > ``--verbose``, ``-v`` > - be more verbose, print command before execute them > + be more verbose, print command before execution > > ``--output-sync``, ``--no-output-sync`` > enable or disable output synchronization. By default output > diff --git a/rules/linux-firmware.in b/rules/linux-firmware.in > index b37d04781fc1..2ed1391062ab 100644 > --- a/rules/linux-firmware.in > +++ b/rules/linux-firmware.in > @@ -12,7 +12,7 @@ config LINUX_FIRMWARE_SELECTED_LICENSES > string > prompt "Linux-firmware license files to include" > help > - Set the firmware license files use. > + Set the firmware license files to use. > Since there is no strict match between firmware files > and license files, this must be provided by the user. > Multiple license files are separated by space. > diff --git a/rules/project-name.in b/rules/project-name.in > index de3379909c05..ff20d6fc5420 100644 > --- a/rules/project-name.in > +++ b/rules/project-name.in > @@ -109,7 +109,7 @@ choice > prompt "SOURCE_DATE_EPOCH timestamps source" > default REPRODUCIBLE_TIMESTAMP_PTXDIST > help > - Use the specifies source to provide a stable SOURCE_DATE_EPOCH. > + Use the specified source to provide a stable SOURCE_DATE_EPOCH. > This helps making builds more reproducible. See > https://reproducible-builds.org/specs/source-date-epoch/ for more > details about SOURCE_DATE_EPOCH. > diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches > index b27dbe7905d9..ed9f9b069127 100755 > --- a/scripts/git-ptx-patches > +++ b/scripts/git-ptx-patches > @@ -6,7 +6,7 @@ > # behaviour or patch output. > pristine_git() { > # Notes from the git(1) manpage: > - # - GIT_DIFF_OPTS takes takes precedence over -U command line parameter > + # - GIT_DIFF_OPTS takes precedence over -U command line parameter > HOME=/nonexistent \ > XDG_CONFIG_HOME=/nonexistent \ > GIT_CONFIG_NOSYSTEM=true \