gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".

* gnu/packages/golang (go-golang.org-x-sync-errgroup)[synopsis]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2020-03-06 20:05:50 -08:00
parent 52c733124a
commit 5fb3c00256
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -3197,7 +3197,7 @@ (define-public go-golang.org-x-sync-errgroup
(arguments
'(#:import-path "golang.org/x/sync/errgroup"
#:unpack-path "golang.org/x/sync"))
(synopsis "Synchronization, error propagation, and Context cancelation
(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