summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/go-mod.bbclass
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2022-10-16 16:01:16 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-26 12:26:16 +0100
commitf9c1e43fea5ca119dcba6f57b95d10e78246a491 (patch)
treeefb80866bd52db69f24592a6c1cce7354682d530 /meta/classes-recipe/go-mod.bbclass
parent1d81fb264580b96c405075fcfd2a82a6f74b9630 (diff)
downloadopenembedded-core-contrib-f9c1e43fea5ca119dcba6f57b95d10e78246a491.tar.gz
go-mod.bbclass: Remove repeated word
The word 'the' appears repeatedly. Remove one occurrence. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/classes-recipe/go-mod.bbclass')
-rw-r--r--meta/classes-recipe/go-mod.bbclass2
1 files changed, 1 insertions, 1 deletions
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.