3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sbcl-confidence: Fix typo in description.

* gnu/packages/lisp-xyz.scm (sbcl-confidence)
[description]: Fix typo.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
jgart 2023-03-22 17:44:58 -05:00 committed by Maxim Cournoyer
parent 6bbbd7339e
commit 1197773b13
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -402,7 +402,7 @@ easy to use so that you can quickly start testing.")
(synopsis "Interactive test framework for Common Lisp")
(description
"Confidence is a test framework for Common Lisp that focuses on
simplicty. It avoids bureaucracy and makes it easy to work interactively,
simplicity. It avoids bureaucracy and makes it easy to work interactively,
without a complicated setup, and with explicit functions and decisions.")
(license license:expat))))