diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:48:43 +0200 | 
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:27 +0200 | 
| commit | 80a63aefc2f39fd63b9624c0d1cb579c99cdf518 (patch) | |
| tree | 6ff079a14da58cb94afb3e48588f3e701bd1213c /gnu | |
| parent | a46174b69cf5d8d6ec82e71fdbe7ce3ccd58d355 (diff) | |
gnu: popt: Fix typo in description.
* gnu/packages/popt.scm (popt)[description]: Fix typo.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/popt.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gnu/packages/popt.scm b/gnu/packages/popt.scm index 11d2b1827d..1c325e0c3d 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))) | 
