1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: popt: Fix typo in description.

* gnu/packages/popt.scm (popt)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice
2021-04-09 19:48:43 +02:00
parent a46174b69c
commit 80a63aefc2

View File

@@ -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)))