From 66daf46b411ea68893d3066e654f38fc05d6f286 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 19 Feb 2025 11:11:03 +0200 Subject: gnu: Fix some misspellings. Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97 --- gnu/packages/lisp-xyz.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gnu/packages/lisp-xyz.scm') diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 3135413c5d..aa0f6b2641 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -690,7 +690,7 @@ (define-public sbcl-acclimation One important aspect of internationalization is of course the language used in error messages, documentation strings, etc. But with this project we provide tools for all other aspects of internationalization as well, including dates, -weight, temperature, names of physical quantitites, etc.") +weight, temperature, names of physical quantities, etc.") (license license:bsd-2)))) (define-public cl-acclimation @@ -7457,7 +7457,7 @@ (define-public sbcl-cl-libxml2 (native-inputs (list sbcl-lift)) (arguments - `(#:tests? #f ; FIXME: Tests get stuck indefinitly + `(#:tests? #f ; FIXME: Tests get stuck indefinitely #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-paths @@ -10078,9 +10078,9 @@ (define-public sbcl-cl-syntax "cl-syntax-annot" "cl-syntax-interpol"))) (home-page "https://github.com/m2ym/cl-syntax") - (synopsis "Reader Syntax Coventions for Common Lisp and SLIME") + (synopsis "Reader Syntax Conventions for Common Lisp and SLIME") (description - "CL-SYNTAX provides Reader Syntax Coventions for Common Lisp and SLIME.") + "CL-SYNTAX provides Reader Syntax Conventions for Common Lisp and SLIME.") (license license:llgpl))) (define-public cl-syntax @@ -14544,7 +14544,7 @@ (define-public sbcl-dynamic-classes `(("metatilities-base" ,sbcl-metatilities-base))) (arguments ;; NOTE: (Sharlatan-20210106222900+0000) Circular dependencies and failing - ;; test suites. lift-standard.config contains referances to deprecated + ;; test suites. lift-standard.config contains references to deprecated ;; functionality. ;; See https://github.com/hraban/dynamic-classes/issues/2 `(#:tests? #f)) @@ -19946,7 +19946,7 @@ (define-public sbcl-lisp-preprocessor sbcl-cl-ppcre)) (home-page "https://github.com/cxxxr/lisp-preprocessor") (synopsis "Common Lisp embedded template engine") - (description "This package provices an embedded template engine for Common Lisp.") + (description "This package provides an embedded template engine for Common Lisp.") (license license:expat)))) (define-public cl-lisp-preprocessor @@ -24925,7 +24925,7 @@ (define-public sbcl-postmodern @code{POSTMODERN} itself is a wrapper around these packages and provides higher level functions, a very simple data access object that can be mapped directly to -database tables and some convient utilities. It then tries to put all these +database tables and some convenient utilities. It then tries to put all these things together into a convenient programming interface") (home-page "https://marijnhaverbeke.nl/postmodern/") (license license:zlib))) @@ -31200,7 +31200,7 @@ (define-public ecl-type-i (package (inherit (sbcl-package->ecl-package sbcl-type-i)) (arguments - ;; The tests get stuck indefinitly + ;; The tests get stuck indefinitely '(#:tests? #f)))) (define-public sbcl-type-r -- cgit v1.2.3