diff mbox series

[bug#62396] gnu: Fix typo.

Message ID 20230322224458.20314-1-jgart@dismail.de
State New
Headers show
Series [bug#62396] gnu: Fix typo. | expand

Commit Message

jgart March 22, 2023, 10:44 p.m. UTC
* gnu/packages/lisp-xyz.scm (sbcl-confidence): Fix typo.
[description]: Fix typo.
---
 gnu/packages/lisp-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxim Cournoyer March 24, 2023, 3:06 a.m. UTC | #1
Hello,

jgart <jgart@dismail.de> writes:

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

I've fixed the change log message like:

--8<---------------cut here---------------start------------->8---
gnu: sbcl-confidence: Fix typo in description.

* gnu/packages/lisp-xyz.scm (sbcl-confidence)
[description]: Fix typo.
--8<---------------cut here---------------end--------------->8---

and installed!
jgart March 24, 2023, 5:19 a.m. UTC | #2
Thanks! Much appreciated.
diff mbox series

Patch

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