summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-check.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:11:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:21:47 +0200
commit66daf46b411ea68893d3066e654f38fc05d6f286 (patch)
tree2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/lisp-check.scm
parent77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff)
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/lisp-check.scm')
-rw-r--r--gnu/packages/lisp-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index cbaef71b87..46a51e7477 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -167,7 +167,7 @@ minimal dependencies on DISSECT.")
(native-inputs (list sbcl-assert-p))
(inputs (list sbcl-assertion-error sbcl-eventbus))
(home-page "https://github.com/noloop/cacau")
- (synopsis "Comon Lisp test runner")
+ (synopsis "Common Lisp test runner")
(description
"This package provides a Common Lisp testing framework system CACAU which was
built to be independent of assertions systems.")
@@ -540,7 +540,7 @@ interactive development model in mind.")
(synopsis "Make CL unit tests more readable")
(description
"@code{cl-hamcrest} is an implementation of the Hamcrest idea in
-Common Lisp. It simplifes unit tests and makes them more readable.
+Common Lisp. It simplifies unit tests and makes them more readable.
Hamcrest uses the idea of pattern-matching, to construct matchers from
different pieces and to apply them to the data.")
(license license:bsd-3))))