From 3842479e75c38898119c10fb49a377ff47d8c1a2 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 17 Feb 2025 12:15:31 -0800 Subject: [PATCH] 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". --- gnu/packages/golang-check.scm | 2 +- gnu/packages/golang-compression.scm | 2 +- gnu/packages/golang-crypto.scm | 2 +- gnu/packages/golang-web.scm | 2 +- gnu/packages/golang-xyz.scm | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 6c789bd652866d5d6f8a8dfff23e40cab0bf31bc..964f62a0966218691ad0e08b25221b6ba6af79d2 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2481,7 +2481,7 @@ advanced Go linter.") (home-page "https://gitlab.com/cznic/ccorpus2") (synopsis "Continuation of ccorpus using @code{embed.FS}") (description - "This packge provides a test corpus of C code.") + "This package provides a test corpus of C code.") (license license:bsd-3))) (define-public go-mvdan-cc-unparam diff --git a/gnu/packages/golang-compression.scm b/gnu/packages/golang-compression.scm index 2628036c313e64567f00b6ec3a031dabc865facf..46464621e4c9caec7c0fc9d98dd9fb18fe9c36aa 100644 --- a/gnu/packages/golang-compression.scm +++ b/gnu/packages/golang-compression.scm @@ -242,7 +242,7 @@ time, as otherwise the internal gzip library will likely be faster.") go-github-com-ulikunitz-xz go-github-com-xi2-xz)) (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 "Package archiver facilitates convenient, cross-platform, high-level archival and compression operations for a variety of formats and compression diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index fa8c5e9529c355b7ad693a6a1ea492b6b97369d3..0a72050250a3a4566d1ec741c835df820d0b61c0 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -2316,7 +2316,7 @@ https://code.google.com/p/go-crypt.") (propagated-inputs (list go-golang-org-x-sys)) (home-page "https://gitlab.com/yawning/bsaes") - (synopsis "AES implementatin in Golang") + (synopsis "AES implementation in Golang") (description "The @code{bsaes} is a portable pure-Go constant time AES implementation based on the code from @url{https://bearssl.org/,BearSSL}. On appropriate diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 74d9eafcc4ba7301b79d4b902dbe9d98ef6d3f5b..9e59f8353ed3082f108729cee35143e3a9de8fa3 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))) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 947167ca9a2d1325bbacaaf6d15b33c575f7727b..537b6ad31db3fa285f640d20686974e2cde0ea01 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -6455,7 +6455,7 @@ execution.") (native-inputs (list go-github-com-golangplus-testing-bootstrap)) (home-page "https://github.com/golangplus/bytes") - (synopsis "Extention to Golang standard @code{bytes} library.") + (synopsis "Extension to Golang standard @code{bytes} library.") (description "Package bytesp is a plus to the standard @code{bytes} package.") (license license:bsd-3))) @@ -6746,7 +6746,7 @@ color (24-bit, RGB) (synopsis "Golang file globbing library") (description "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.") (license license:expat))) @@ -8709,7 +8709,7 @@ library.") (list #:import-path "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 "This package provides a Go port of the Ruby's dotenv library https://github.com/bkeepers/dotenv.") @@ -12302,7 +12302,7 @@ included in this package.") (home-page "https://github.com/otiai10/copy") (synopsis "Go copy directory recursively") (description - "This package implments recursive copy functinoality for directory.") + "This package implements recursive copy functinoality for directory.") (license license:expat))) (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") (synopsis "File-descriptor multiplexer based on epoll(7)") (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 allocating one OS thread for every blocked operation. It operates similarly to Go's netpoller (which multiplexes network connections) without requiring