]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go-mod.bbclass: Remove repeated word
authorFabio Estevam <festevam@gmail.com>
Sun, 16 Oct 2022 19:01:16 +0000 (16:01 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Oct 2022 11:26:16 +0000 (12:26 +0100)
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>
meta/classes-recipe/go-mod.bbclass

index 927746a338be4061ace4645ddd19ec8f4251fe15..61571596bcfa4f789c0f43e07c8d99ac19f44fac 100644 (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.