From 5c6b576ab8cc42526ad2b4e93a24f0882359fbe6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 16:43:35 -0700 Subject: gnu: go-github-com-tj-docopt: Fix typo "programmatically". * gnu/packages/golang (go-github-com-tj-docopt)[description]: Fix typo. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 189150de22..6c50e1f3c6 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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))) -- cgit v1.2.3