guix-commits
[Top][All Lists]
Advanced

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

34/42: gnu: go-github-com-pkg-errors: Fix typo "This package".


From: guix-commits
Subject: 34/42: gnu: go-github-com-pkg-errors: Fix typo "This package".
Date: Wed, 22 May 2019 21:20:21 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 2e785aa00dc20a688441e2d125b6853d89acc5d5
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 15:37:24 2019 -0700

    gnu: go-github-com-pkg-errors: Fix typo "This package".
    
    * gnu/packages/syncthing (go-github-com-pkg-errors)[description]: Fix typo.
---
 gnu/packages/syncthing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 1041db2..93128bc 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -756,7 +756,7 @@ hashes.")
     (arguments
      `(#:import-path "github.com/pkg/errors"))
     (synopsis "Go error handling primitives")
-    (description "This packages provides @code{error}, which offers simple
+    (description "This package provides @code{error}, which offers simple
 error handling primitives in Go.")
     (home-page "https://github.com/pkg/errors";)
     (license bsd-2)))



reply via email to

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