guix-commits
[Top][All Lists]
Advanced

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

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


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

vagrantc pushed a commit to branch master
in repository guix.

commit 383bd29d0613f8d99f5b673d28e72e43f93366be
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 15:16:13 2019 -0700

    gnu: go-golang-org-x-net-bpf: Fix typo "This package".
    
    * gnu/packages/golang (go-golang-org-x-net-bpf)[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 dcaa3b7..2efcabd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -984,7 +984,7 @@ socket options for the Internet Protocol version 4.")
        `(#:import-path "golang.org/x/net/bpf"
          #:unpack-path "golang.org/x/net"))
       (synopsis "Berkeley Packet Filters (BPF) in Go")
-      (description "This packages provides a Go implementation of the Berkeley
+      (description "This package provides a Go implementation of the Berkeley
 Packet Filter (BPF) virtual machine.")
       (home-page "https://go.googlesource.com/net/";)
       (license license:bsd-3))))



reply via email to

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