summary refs log tree commit diff
path: root/gnu/packages/lisp-check.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2023-03-22 17:44:58 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-23 23:05:59 -0400
commit1197773b13f335f62c753a293c22a3bb35f9ab64 (patch)
tree21b982c82292ead31da0e0a39479000fbf449407 /gnu/packages/lisp-check.scm
parent6bbbd7339ec33bf97ab5f36ed6faaaadd0063f61 (diff)
downloadguix-1197773b13f335f62c753a293c22a3bb35f9ab64.tar.gz
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.scm2
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))))