summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-web.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <[email protected]>2025-02-17 12:15:31 -0800
committerVagrant Cascadian <[email protected]>2025-02-17 12:38:08 -0800
commit3842479e75c38898119c10fb49a377ff47d8c1a2 (patch)
tree1590bf1f62fba8892934df4fcafc4ac0ef6fde23 /gnu/packages/golang-web.scm
parenteedb70fc7fdbb87e7b2200e4487d68a64eea1f43 (diff)
gnu: Fix typos in golang package description and synopsis.
* gnu/packages/golang-check.scm (go-modernc-org-ccorpus2)[description]: Fix spelling of "package". * gnu/packages/golang-compression.scm (go-github-com-mholt-archiver-v3)[description]: Fix spelling of "command". * gnu/packages/golang-crypto.scm (go-gitlab-com-yawning-bsaes-git)[synopsis]: Fix spelling of "implementation". * gnu/packages/golang-web.scm (go-github-com-pires-go-proxyproto)[description]: Fix spelling of "coming". * gnu/packages/golang-xyz.scm (go-github-com-golangplus-bytes)[synopsis]: Fix spelling of "Extension". (go-github-com-goreleaser-fileglob)[description]: Fix spelling of "directories". (go-github-com-joho-godotenv)[synopsis]: Fix spelling of "library". (go-github-com-otiai10-copy)[description]: Fix spelling of "implements". (go-github-com-otiai10-copy)[description]: Fix spelling of "functinoality". (go-github-com-zyedidia-poller)[description]: Fix spelling of "concurrent".
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r--gnu/packages/golang-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 74d9eafcc4..9e59f8353e 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -6821,7 +6821,7 @@ writer, as per specification:
@@url{https://www.haproxy.org/download/2.3/doc/proxy-protocol.txt}. It is to
be used in one of or both proxy clients and proxy servers that need to support
said protocol. Both protocol versions, 1 (text-based) and 2 (binary-based)
-are supported. @acronym{TLV, tag-length-value} parsers extensions comming with
+are supported. @acronym{TLV, tag-length-value} parsers extensions coming with
this library support AWS, Azure and GCP.")
(license license:asl2.0)))