aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 16:53:10 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:21:51 -0700
commitce97f336563fc590af49b8b776552ed92695c52e (patch)
tree94633745901333f62a6b0518e342196dee673cc7 /gnu/packages/golang.scm
parentb55b96a73c650525cd60abdd9a493cf51dd674ce (diff)
downloadguix-ce97f336563fc590af49b8b776552ed92695c52e.tar
guix-ce97f336563fc590af49b8b776552ed92695c52e.tar.gz
gnu: go-golang-org-x-net-context: Fix typo "cancellation".
* gnu/packages/golang (go-golang-org-x-net-context)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-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 6c50e1f3c6..bbdbb2eb02 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1011,7 +1011,7 @@ Packet Filter (BPF) virtual machine.")
#:unpack-path "golang.org/x/net"))
(synopsis "Golang Context type")
(description "This package provides @code{context}, which defines the
-Context type, which carries deadlines, cancelation signals, and other
+Context type, which carries deadlines, cancellation signals, and other
request-scoped values across API boundaries and between processes.")
(home-page "https://go.googlesource.com/net/")
(license license:bsd-3))))