From: Fabio Estevam Date: Sun, 16 Oct 2022 19:01:16 +0000 (-0300) Subject: go-mod.bbclass: Remove repeated word X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2761 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9c1e43fea5ca119dcba6f57b95d10e78246a491;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go-mod.bbclass: Remove repeated word The word 'the' appears repeatedly. Remove one occurrence. Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni --- diff --git a/meta/classes-recipe/go-mod.bbclass b/meta/classes-recipe/go-mod.bbclass index 927746a338b..61571596bcf 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.