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
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ Packet Filter (BPF) virtual machine.")
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
(synopsis "Golang Context type")
|
(synopsis "Golang Context type")
|
||||||
(description "This package provides @code{context}, which defines the
|
(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.")
|
request-scoped values across API boundaries and between processes.")
|
||||||
(home-page "https://go.googlesource.com/net/")
|
(home-page "https://go.googlesource.com/net/")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
Reference in a new issue