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 @@ (define-public go-github-com-tj-docopt (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)))