summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 16:43:35 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:21:44 -0700
commit5c6b576ab8cc42526ad2b4e93a24f0882359fbe6 (patch)
treebc3f130b69b322d2edb0f66f844750612f4b505e /gnu/packages/golang.scm
parente16b44a20cab077462c3aa3423bc31273ab5e605 (diff)
downloadguix-patches-5c6b576ab8cc42526ad2b4e93a24f0882359fbe6.tar
guix-patches-5c6b576ab8cc42526ad2b4e93a24f0882359fbe6.tar.gz
gnu: go-github-com-tj-docopt: Fix typo "programmatically".
* gnu/packages/golang (go-github-com-tj-docopt)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
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)))