guix-commits
[Top][All Lists]
Advanced

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

17/42: gnu: go-golang-org-x-net-context: Fix typo "This package".


From: guix-commits
Subject: 17/42: gnu: go-golang-org-x-net-context: Fix typo "This package".
Date: Wed, 22 May 2019 21:20:18 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 98bad28abf51f018cf473e21f80c22a770aba45e
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 15:17:12 2019 -0700

    gnu: go-golang-org-x-net-context: Fix typo "This package".
    
    * 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 2efcabd..6eaf0c8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1010,7 +1010,7 @@ Packet Filter (BPF) virtual machine.")
        `(#:import-path "golang.org/x/net/context"
          #:unpack-path "golang.org/x/net"))
       (synopsis "Golang Context type")
-      (description "This packages provides @code{context}, which defines the
+      (description "This package provides @code{context}, which defines the
 Context type, which carries deadlines, cancelation signals, and other
 request-scoped values across API boundaries and between processes.")
       (home-page "https://go.googlesource.com/net/";)



reply via email to

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