apteryx pushed a commit to branch master
in repository guix.

commit 1197773b13f335f62c753a293c22a3bb35f9ab64
Author: jgart <[email protected]>
AuthorDate: Wed Mar 22 17:44:58 2023 -0500

    gnu: sbcl-confidence: Fix typo in description.
    
    * gnu/packages/lisp-xyz.scm (sbcl-confidence)
    [description]: Fix typo.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/lisp-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to