gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
* gnu/packages/golang (go-golang.org-x-sync-errgroup): Fix typo.
This commit is contained in:
parent
a4f33f381a
commit
db7e24ce87
1 changed files with 1 additions and 1 deletions
|
@ -3281,7 +3281,7 @@ (define-public go-golang.org-x-sync-errgroup
|
||||||
(synopsis "Synchronization, error propagation, and Context cancellation
|
(synopsis "Synchronization, error propagation, and Context cancellation
|
||||||
for groups of goroutines working on subtasks of a common task.")
|
for groups of goroutines working on subtasks of a common task.")
|
||||||
(description "This package provides synchronization, error propagation,
|
(description "This package provides synchronization, error propagation,
|
||||||
and Context cancelation for groups of goroutines working on subtasks of a
|
and Context cancellation for groups of goroutines working on subtasks of a
|
||||||
common task.")
|
common task.")
|
||||||
(home-page "https://godoc.org/golang.org/x/sync/errgroup")
|
(home-page "https://godoc.org/golang.org/x/sync/errgroup")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
Loading…
Reference in a new issue