diff mbox series

[36/42] package/go-src: fix variable typo in patch description

Message ID 20240910070823.4158894-37-peter@korsgaard.com
State Accepted
Headers show
Series codespell spelling fixes A-H | expand

Commit Message

Peter Korsgaard Sept. 10, 2024, 7:08 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 .../0001-build.go-explicit-option-for-crosscompilation.patch    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch b/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch
index 992a83a644..c7cf02ced2 100644
--- a/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch
+++ b/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch
@@ -7,7 +7,7 @@  Actually if GOHOSTOS == GOOS || GOHOSTARCH == GOARCH the go build system
 assume it's not cross compiling and uses the same toolchain also for the
 bootstrap.  This is a problem in case the cross compilation mandates a
 different toolchain for bootstrap and target.  This patch adds
-GO_ASSUME_CROSSCOMPILING varible to assure that in case of cross
+GO_ASSUME_CROSSCOMPILING variable to assure that in case of cross
 compilation CC_FOR_TARGET can be different from CC.
 
 Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>