go-mod.bbclass: Remove repeated word

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

(From OE-Core rev: f9c1e43fea5ca119dcba6f57b95d10e78246a491)

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Fabio Estevam
2022-10-16 16:01:16 -03:00
committed by Richard Purdie
parent b72193a602
commit 7dc782a8fc

View File

@@ -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.