diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-03-06 20:05:50 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-03-06 20:13:30 -0800 |
commit | 5fb3c00256a63a57e8e96ff5480895539327168c (patch) | |
tree | 9eab7b1e7abbaa20ad7bbe2db29195599aa0db71 /gnu/packages/golang.scm | |
parent | 52c733124a08f86947bbdc63cc04b74f576ed5d8 (diff) | |
download | patches-5fb3c00256a63a57e8e96ff5480895539327168c.tar patches-5fb3c00256a63a57e8e96ff5480895539327168c.tar.gz |
gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
* gnu/packages/golang (go-golang.org-x-sync-errgroup)[synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 630984d3c1..871b1fed2f 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3197,7 +3197,7 @@ are semantically equal in Go (for writing tests).") (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 |