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 @@ (define-public sbcl-confidence
(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))))