diff options
author | jgart <jgart@dismail.de> | 2023-03-22 17:44:58 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-23 23:05:59 -0400 |
commit | 1197773b13f335f62c753a293c22a3bb35f9ab64 (patch) | |
tree | 21b982c82292ead31da0e0a39479000fbf449407 /gnu/packages/lisp-check.scm | |
parent | 6bbbd7339ec33bf97ab5f36ed6faaaadd0063f61 (diff) |
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>
Diffstat (limited to 'gnu/packages/lisp-check.scm')
-rw-r--r-- | gnu/packages/lisp-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm index c6d5c33728..1b4d80de00 100644 --- a/gnu/packages/lisp-check.scm +++ b/gnu/packages/lisp-check.scm @@ -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)))) |