summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-03-06 20:05:50 -0800
committerVagrant Cascadian <vagrant@debian.org>2020-03-06 20:13:30 -0800
commit5fb3c00256a63a57e8e96ff5480895539327168c (patch)
tree9eab7b1e7abbaa20ad7bbe2db29195599aa0db71
parent52c733124a08f86947bbdc63cc04b74f576ed5d8 (diff)
downloadpatches-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.
-rw-r--r--gnu/packages/golang.scm2
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