From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 11 Apr 2024 17:05:30 +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 1ruvzW-007n88-1B for lore@lore.pengutronix.de; Thu, 11 Apr 2024 17:05:30 +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 1ruvzV-0004wU-GK; Thu, 11 Apr 2024 17:05:29 +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 1ruvyz-0004BA-0u; Thu, 11 Apr 2024 17:04:57 +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 1ruvyy-00BiBu-K7; Thu, 11 Apr 2024 17:04:56 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1ruvyy-005IRM-1r; Thu, 11 Apr 2024 17:04:56 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 11 Apr 2024 17:04:56 +0200 Message-Id: <20240411150456.1262517-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240409073745.1549906-3-m.heidelberg@cab.de> References: <20240409073745.1549906-3-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] Fix duplicated "to to" in texts 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 7b26087bb4521871942476f077598bedc17bf29e. Michael [sent from post-receive hook] On Thu, 11 Apr 2024 17:04:56 +0200, Markus Heidelberg wrote: > Signed-off-by: Markus Heidelberg > Reviewed-by: Alexander Dahl > Message-Id: <20240409073745.1549906-3-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst > index 6bba9db5d773..775ff71be64f 100644 > --- a/doc/ref_make_variables.rst > +++ b/doc/ref_make_variables.rst > @@ -486,7 +486,7 @@ different. > Note that this will not ensure that the packages are enabled or that all > 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 to > + $(PTXDIST_WORKSPACE)/configs/)`` can be used to > specify the packages enabled by this collection. In both cases ``=`` must > be used instead of ``:=`` due to the makefile include order. > > diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in > index 106a3cb77d97..11ddaa9d1e35 100644 > --- a/platforms/image_ipkg.in > +++ b/platforms/image_ipkg.in > @@ -30,7 +30,7 @@ menuconfig IMAGE_IPKG_SIGN_OPENSSL > select HOST_OPENSSL > prompt "sign ipkg-repository with openssl" > help > - Use openssl to to sign the Packages file in the package > + Use openssl to sign the Packages file in the package > repository. > >