1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 11:40:30 +02:00

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

View File

@@ -3281,7 +3281,7 @@ are semantically equal in Go (for writing tests).")
(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))))