git: 43ab76a27c88 - main - Mk/Uses/go.mk: Fix typo

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 25 Jan 2022 19:56:48 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43ab76a27c88670552714ef52f6bc74e5cc98fe2

commit 43ab76a27c88670552714ef52f6bc74e5cc98fe2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-25 19:25:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-25 19:51:15 +0000

    Mk/Uses/go.mk: Fix typo
---
 Mk/Uses/go.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/Uses/go.mk b/Mk/Uses/go.mk
index 32972c902342..f6b564b7be38 100644
--- a/Mk/Uses/go.mk
+++ b/Mk/Uses/go.mk
@@ -19,7 +19,7 @@
 #
 # GO_MODULE
 #	The name of the module as specified by "module" directive in go.mod.
-#	In most cases, this is the only requred variable for ports that
+#	In most cases, this is the only required variable for ports that
 #	use Go modules.
 #
 # GO_PKGNAME