gnu: go-golang-org-x-net-context: Fix typo "cancellation".
* gnu/packages/golang (go-golang-org-x-net-context)[description]: Fix typo.
This commit is contained in:
parent
b55b96a73c
commit
ce97f33656
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue