diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 11:46:33 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 12:03:26 -0700 |
commit | db7e24ce87194bcd723d408549f4a7be8749110a (patch) | |
tree | fd3e30c6b9d8547c2dac03f6fda0a011cbd5615c | |
parent | a4f33f381a9c369ee263508d6ee28ba3967e4195 (diff) | |
download | gnu-guix-db7e24ce87194bcd723d408549f4a7be8749110a.tar gnu-guix-db7e24ce87194bcd723d408549f4a7be8749110a.tar.gz |
gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
* gnu/packages/golang (go-golang.org-x-sync-errgroup): Fix typo.
-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 6fc5181d6c..69f46df743 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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)))) |