diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:02:02 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:58 -0700 |
commit | 2ec41781d566be844f617d22f58f9cf2eb8ac1db (patch) | |
tree | 250ae02ca9541de00f5583e6cfd9882109cd5cae /gnu/packages/golang.scm | |
parent | a95b643630bdd6a3075c47ead766e26163f74507 (diff) | |
download | guix-2ec41781d566be844f617d22f58f9cf2eb8ac1db.tar guix-2ec41781d566be844f617d22f58f9cf2eb8ac1db.tar.gz |
gnu: go-github-com-btcsuite-btcd-btcec: Fix typo "significantly".
* gnu/packages/golang (go-github-com-btcsuite-btcd-btcec)[description]: Fix
typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 8ba797de8e..ed0a78c6bd 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2519,7 +2519,7 @@ designed so that it may be used with the standard crypto/ecdsa packages provided with Go. A comprehensive suite of test is provided to ensure proper functionality. Package @command{btcec} was originally based on work from ThePiachu which is licensed under the same terms as Go, but it has -signficantly diverged since then. The @command{btcsuite} developers original +significantly diverged since then. The @command{btcsuite} developers original is licensed under the liberal ISC license. Although this package was primarily written for btcd, it has intentionally |