diff options
author | Efraim Flashner <[email protected]> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/golang-build.scm | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/golang-build.scm')
-rw-r--r-- | gnu/packages/golang-build.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index b7e6d14e37..8fe2d08a9d 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -496,7 +496,7 @@ toolchain. The parts needed in the main Go repository are copied in.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - olang.org/x/crypto/x509roots/fallback (for-each delete-file-recursively (list "x509roots/fallback")))))) @@ -507,7 +507,7 @@ toolchain. The parts needed in the main Go repository are copied in.") #:import-path "golang.org/x/crypto" #:phases #~(modify-phases %standard-phases - ;; Network access requried: go mod download -json + ;; Network access required: go mod download -json ;; github.com/google/[email protected]. ;; ;; internal/wycheproof/wycheproof_test.go @@ -831,7 +831,7 @@ provided by the language and @code{sync} and @code{sync/atomic} packages. The package provides several Golang submodules: @itemize @item @code{errgroup} - synchronization, error propagation, and Context -cancelation for groups of goroutines working on subtasks of a common task +cancellation for groups of goroutines working on subtasks of a common task @item @code{semaphore} - a weighted semaphore implementation @item @code{singleflight} - a duplicate function call suppression mechanism @item @code{syncmap} - a concurrent map implementation @@ -919,7 +919,7 @@ low-level interaction with the operating system.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - golang.org/x/telemetry/config ;; - golang.org/x/telemetry/godev |