guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 17/23: gnu: go-golang-org-x-net-context: Fix typo "cancellation".
Date: Wed, 22 May 2019 21:22:40 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit ce97f336563fc590af49b8b776552ed92695c52e
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 16:53:10 2019 -0700

    gnu: go-golang-org-x-net-context: Fix typo "cancellation".
    
    * gnu/packages/golang (go-golang-org-x-net-context)[description]: Fix typo.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6c50e1f..bbdbb2e 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]