From 2e785aa00dc20a688441e2d125b6853d89acc5d5 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:37:24 -0700 Subject: 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(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 1041db21ea..93128bcc0f 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))) -- cgit v1.2.3