gnu: go-github-com-tj-docopt: Fix typo "programmatically".

* gnu/packages/golang (go-github-com-tj-docopt)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 16:43:35 -07:00
parent e16b44a20c
commit 5c6b576ab8
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ per-goroutine.")
(synopsis "Go implementation of docopt")
(description
"This library allows the user to define a command-line interface from a
program's help message rather than specifying it programatically with
program's help message rather than specifying it programmatically with
command-line parsers.")
(home-page "https://github.com/tj/docopt")
(license license:expat)))