[jhalfs] 03/06: BLFS: process-replaceable: fix some comments

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Thu, 30 Apr 2026 18:53:26 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1777575221-14467-27464
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

commit 612f74630e13f5360f07b557163e53ad6c7a3c68
Author: Pierre Labastie <[email protected]>
AuthorDate: Mon Apr 27 17:15:07 2026 +0200

    BLFS: process-replaceable: fix some comments
---
 BLFS/xsl/process-replaceable.xsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BLFS/xsl/process-replaceable.xsl b/BLFS/xsl/process-replaceable.xsl
index 0f25f1e..91707df 100644
--- a/BLFS/xsl/process-replaceable.xsl
+++ b/BLFS/xsl/process-replaceable.xsl
@@ -93,7 +93,7 @@
       </xsl:when>
 <!-- At several places, the number of jobs is given as "N" in a replaceable
      tag. We either detect "N" alone or &lt;N&gt; Also, we have now a few
-     instances of $(nproc) in a replaceable tag. Replace with with the
+     instances of $(nproc) in a replaceable tag. Replace with the
      number of jobs chosen by the user. -->
       <xsl:when test="contains(string(),'&lt;N&gt;') or
                       string()='N' or
@@ -112,7 +112,7 @@
       <xsl:when test="contains(string(),'user_name') and $sudo='y'">
         <xsl:text>$USER ${USER}@mail.bogus</xsl:text>
       </xsl:when>
-<!-- Use the config for Gtk+3 as is -->
+<!-- Use the config for Gtk+3 and gtk4 as is -->
       <xsl:when test="ancestor::sect1[@id='gtk3' or @id='gtk4']">
         <xsl:copy-of select="string()"/>
       </xsl:when>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1777575221-14467-27464
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
------------=_1777575221-14467-27464--