summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:16:13 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:08:28 -0700
commit383bd29d0613f8d99f5b673d28e72e43f93366be (patch)
tree0a01621cfb5734a472685f85e0ae23d1625a252a /gnu
parentb0447547440ff7ec4f8fa9b2fc43d2097f81c938 (diff)
downloadpatches-383bd29d0613f8d99f5b673d28e72e43f93366be.tar
patches-383bd29d0613f8d99f5b673d28e72e43f93366be.tar.gz
gnu: go-golang-org-x-net-bpf: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-bpf)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index dcaa3b74e7..2efcabd876 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))))