poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [poky][PATCH] go-mod.bbclass: Remove repeated word
@ 2022-10-16 19:01 Fabio Estevam
  2022-10-17 12:08 ` Ross Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2022-10-16 19:01 UTC (permalink / raw)
  To: poky; +Cc: Fabio Estevam

The word 'the' appears repeatedly. Remove one occurrence.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 meta/classes-recipe/go-mod.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes-recipe/go-mod.bbclass b/meta/classes-recipe/go-mod.bbclass
index 927746a338be..61571596bcfa 100644
--- a/meta/classes-recipe/go-mod.bbclass
+++ b/meta/classes-recipe/go-mod.bbclass
@@ -6,7 +6,7 @@
 
 # Handle Go Modules support
 #
-# When using Go Modules, the the current working directory MUST be at or below
+# When using Go Modules, the current working directory MUST be at or below
 # the location of the 'go.mod' file when the go tool is used, and there is no
 # way to tell it to look elsewhere.  It will automatically look upwards for the
 # file, but not downwards.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [poky][PATCH] go-mod.bbclass: Remove repeated word
  2022-10-16 19:01 [poky][PATCH] go-mod.bbclass: Remove repeated word Fabio Estevam
@ 2022-10-17 12:08 ` Ross Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2022-10-17 12:08 UTC (permalink / raw)
  To: festevam; +Cc: poky

This should be sent to the oe-core mailing lists, openembedded-core@lists.openembedded.org.

Thanks
Ross

> On 16 Oct 2022, at 20:01, Fabio Estevam via lists.yoctoproject.org <festevam=gmail.com@lists.yoctoproject.org> wrote:
> 
> The word 'the' appears repeatedly. Remove one occurrence.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> meta/classes-recipe/go-mod.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/classes-recipe/go-mod.bbclass b/meta/classes-recipe/go-mod.bbclass
> index 927746a338be..61571596bcfa 100644
> --- a/meta/classes-recipe/go-mod.bbclass
> +++ b/meta/classes-recipe/go-mod.bbclass
> @@ -6,7 +6,7 @@
> 
> # Handle Go Modules support
> #
> -# When using Go Modules, the the current working directory MUST be at or below
> +# When using Go Modules, the current working directory MUST be at or below
> # the location of the 'go.mod' file when the go tool is used, and there is no
> # way to tell it to look elsewhere.  It will automatically look upwards for the
> # file, but not downwards.
> -- 
> 2.25.1
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-17 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16 19:01 [poky][PATCH] go-mod.bbclass: Remove repeated word Fabio Estevam
2022-10-17 12:08 ` Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).