summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-09-27 17:15:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-09-30 07:09:56 +0200
commit22e97e5ac8c99145dd13409593041eb46792d2c7 (patch)
treecc86ef85915e90f5126ba78d2c700d029c2cdfda /gnu/packages/lisp-xyz.scm
parent4b07b91a87e35b9f90069e3ddb317f77a21b8d75 (diff)
gnu: sbcl-hunchenissr: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-hunchenissr): Fix ‘develpment’ typo.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b486866770..5faa69a037 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18607,7 +18607,7 @@ customizable errors.")
(home-page "https://github.com/interactive-ssr/hunchenissr")
(synopsis "Interactive Server Side Rendering backend for Hunchentoot")
(description
- "Hunchenissr works together with issr.js for the develpment of
+ "Hunchenissr works together with issr.js for the development of
interactive (changing without page refreshes) websites making use of websocket
and Common Lisp server HTML generation instead of mountains of convoluted
Javascript.")