From 7dc782a8fcc8bacc2e22a5ae3c02ec896043da56 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sun, 16 Oct 2022 16:01:16 -0300 Subject: [PATCH] go-mod.bbclass: Remove repeated word The word 'the' appears repeatedly. Remove one occurrence. (From OE-Core rev: f9c1e43fea5ca119dcba6f57b95d10e78246a491) Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 927746a338..61571596bc 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.