From 383bd29d0613f8d99f5b673d28e72e43f93366be Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Wed, 22 May 2019 15:16:13 -0700
Subject: [PATCH] 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 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))))