guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 14/23: gnu: go-github-com-tj-docopt: Fix typo "programmatically".
Date: Wed, 22 May 2019 21:22:40 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 5c6b576ab8cc42526ad2b4e93a24f0882359fbe6
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 16:43:35 2019 -0700

    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 189150d..6c50e1f 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]