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".
This commit is contained in:
Vagrant Cascadian 2025-02-17 12:15:31 -08:00
parent eedb70fc7f
commit 3842479e75
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
5 changed files with 9 additions and 9 deletions

View file

@ -2481,7 +2481,7 @@ advanced Go linter.")
(home-page "https://gitlab.com/cznic/ccorpus2") (home-page "https://gitlab.com/cznic/ccorpus2")
(synopsis "Continuation of ccorpus using @code{embed.FS}") (synopsis "Continuation of ccorpus using @code{embed.FS}")
(description (description
"This packge provides a test corpus of C code.") "This package provides a test corpus of C code.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-mvdan-cc-unparam (define-public go-mvdan-cc-unparam

View file

@ -242,7 +242,7 @@ time, as otherwise the internal gzip library will likely be faster.")
go-github-com-ulikunitz-xz go-github-com-ulikunitz-xz
go-github-com-xi2-xz)) go-github-com-xi2-xz))
(home-page "https://github.com/mholt/archiver") (home-page "https://github.com/mholt/archiver")
(synopsis "Multi format archiver Golang library and CLI commad") (synopsis "Multi format archiver Golang library and CLI command")
(description (description
"Package archiver facilitates convenient, cross-platform, high-level "Package archiver facilitates convenient, cross-platform, high-level
archival and compression operations for a variety of formats and compression archival and compression operations for a variety of formats and compression

View file

@ -2316,7 +2316,7 @@ https://code.google.com/p/go-crypt.")
(propagated-inputs (propagated-inputs
(list go-golang-org-x-sys)) (list go-golang-org-x-sys))
(home-page "https://gitlab.com/yawning/bsaes") (home-page "https://gitlab.com/yawning/bsaes")
(synopsis "AES implementatin in Golang") (synopsis "AES implementation in Golang")
(description (description
"The @code{bsaes} is a portable pure-Go constant time AES implementation "The @code{bsaes} is a portable pure-Go constant time AES implementation
based on the code from @url{https://bearssl.org/,BearSSL}. On appropriate based on the code from @url{https://bearssl.org/,BearSSL}. On appropriate

View file

@ -6821,7 +6821,7 @@ writer, as per specification:
@@url{https://www.haproxy.org/download/2.3/doc/proxy-protocol.txt}. It is to @@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 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) 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.") this library support AWS, Azure and GCP.")
(license license:asl2.0))) (license license:asl2.0)))

View file

@ -6455,7 +6455,7 @@ execution.")
(native-inputs (native-inputs
(list go-github-com-golangplus-testing-bootstrap)) (list go-github-com-golangplus-testing-bootstrap))
(home-page "https://github.com/golangplus/bytes") (home-page "https://github.com/golangplus/bytes")
(synopsis "Extention to Golang standard @code{bytes} library.") (synopsis "Extension to Golang standard @code{bytes} library.")
(description (description
"Package bytesp is a plus to the standard @code{bytes} package.") "Package bytesp is a plus to the standard @code{bytes} package.")
(license license:bsd-3))) (license license:bsd-3)))
@ -6746,7 +6746,7 @@ color (24-bit, RGB)
(synopsis "Golang file globbing library") (synopsis "Golang file globbing library")
(description (description
"This package provides a filesystem glob API. It uses @code{gobwas/glob} "This package provides a filesystem glob API. It uses @code{gobwas/glob}
underneath and returns only matching files or direcories, depending on the underneath and returns only matching files or directories, depending on the
configuration.") configuration.")
(license license:expat))) (license license:expat)))
@ -8709,7 +8709,7 @@ library.")
(list (list
#:import-path "github.com/joho/godotenv")) #:import-path "github.com/joho/godotenv"))
(home-page "https://github.com/joho/godotenv") (home-page "https://github.com/joho/godotenv")
(synopsis "Golang libary to load environment variables from @code{.env}") (synopsis "Golang library to load environment variables from @code{.env}")
(description (description
"This package provides a Go port of the Ruby's dotenv library "This package provides a Go port of the Ruby's dotenv library
https://github.com/bkeepers/dotenv.") https://github.com/bkeepers/dotenv.")
@ -12302,7 +12302,7 @@ included in this package.")
(home-page "https://github.com/otiai10/copy") (home-page "https://github.com/otiai10/copy")
(synopsis "Go copy directory recursively") (synopsis "Go copy directory recursively")
(description (description
"This package implments recursive copy functinoality for directory.") "This package implements recursive copy functinoality for directory.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-outcaste-io-ristretto (define-public go-github-com-outcaste-io-ristretto
@ -16209,7 +16209,7 @@ It's an alternative fork of @url{https://github.com/titanous/json5}.")
(home-page "https://github.com/zyedidia/poller") (home-page "https://github.com/zyedidia/poller")
(synopsis "File-descriptor multiplexer based on epoll(7)") (synopsis "File-descriptor multiplexer based on epoll(7)")
(description (description
"Package poller is a file-descriptor multiplexer. It allows concurent "Package poller is a file-descriptor multiplexer. It allows concurrent
Read and Write operations from and to multiple file-descriptors without Read and Write operations from and to multiple file-descriptors without
allocating one OS thread for every blocked operation. It operates similarly allocating one OS thread for every blocked operation. It operates similarly
to Go's netpoller (which multiplexes network connections) without requiring to Go's netpoller (which multiplexes network connections) without requiring