guix-commits
[Top][All Lists]
Advanced

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

10/52: gnu: popt: Fix typo in description.


From: guix-commits
Subject: 10/52: gnu: popt: Fix typo in description.
Date: Sat, 10 Apr 2021 08:15:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 80a63aefc2f39fd63b9624c0d1cb579c99cdf518
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:48:43 2021 +0200

    gnu: popt: Fix typo in description.
    
    * gnu/packages/popt.scm (popt)[description]: Fix typo.
---
 gnu/packages/popt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/popt.scm b/gnu/packages/popt.scm
index 11d2b18..1c325e0 100644
--- a/gnu/packages/popt.scm
+++ b/gnu/packages/popt.scm
@@ -91,7 +91,7 @@ similar to getopt(3), it contains a number of enhancements, 
including:
 
   - popt allows users to alias command line arguments;
 
-  - popt provides convience functions for parsing strings into argv[] style
+  - popt provides convenience functions for parsing strings into argv[] style
     arrays.")
     (license x11)))
 



reply via email to

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