gnu: go-golang-org-x-net-context: Fix typo "cancellation".

* gnu/packages/golang (go-golang-org-x-net-context)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 16:53:10 -07:00
parent b55b96a73c
commit ce97f33656
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -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))))