diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-20 23:51:24 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:32:24 -0700 |
| commit | cf423a3747ce8ac30e2efb9c247a3d36d7e134e3 (patch) | |
| tree | 56a006b0d640565d894fc538cf85d382d32ca1ed /gnu | |
| parent | efd3a1e542ddda04b9a3f69a66103bb042c76114 (diff) | |
gnu: sbcl-clip: Fix typo.
* gnu/packages/lisp-xyz.scm (sbcl-clip)[description]: Fix spelling of
"dependent".
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 1893ceb95da..0e82f8fc2c6 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm | |||
| @@ -16025,7 +16025,7 @@ allows one to gradually make their programs safer.") | |||
| 16025 | "Clip is an attempt at a templating library that allows you to write | 16025 | "Clip is an attempt at a templating library that allows you to write |
| 16026 | templates in a way that is both accessible to direct webdesign and | 16026 | templates in a way that is both accessible to direct webdesign and |
| 16027 | flexible. The main idea is to incorporate transformation commands into an HTML | 16027 | flexible. The main idea is to incorporate transformation commands into an HTML |
| 16028 | file through tags and attributes. Clip is heavily dependant on Plump and | 16028 | file through tags and attributes. Clip is heavily dependent on Plump and |
| 16029 | lQuery.") | 16029 | lQuery.") |
| 16030 | (license license:zlib)))) | 16030 | (license license:zlib)))) |
| 16031 | 16031 | ||
