diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:37:24 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:21 -0700 |
commit | 2e785aa00dc20a688441e2d125b6853d89acc5d5 (patch) | |
tree | 866f83ae2ebbafcbcb6dfa8e7e6b6ed969d0f273 /gnu | |
parent | 662ab81d86f055d45979f8553c660a2ec66dc5e6 (diff) | |
download | patches-2e785aa00dc20a688441e2d125b6853d89acc5d5.tar patches-2e785aa00dc20a688441e2d125b6853d89acc5d5.tar.gz |
gnu: go-github-com-pkg-errors: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-pkg-errors)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/syncthing.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |