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:
Vagrant Cascadian 2020-04-12 11:46:33 -07:00
parent a4f33f381a
commit db7e24ce87
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -3281,7 +3281,7 @@ (define-public go-golang.org-x-sync-errgroup
(synopsis "Synchronization, error propagation, and Context cancellation
for groups of goroutines working on subtasks of a common task.")
(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.")
(home-page "https://godoc.org/golang.org/x/sync/errgroup")
(license license:bsd-3))))