diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:49:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:28 +0200 |
commit | 3a2e1fa715eb3570ffce28944976803f2384b048 (patch) | |
tree | d125c5a522a0cfb8df157a286d65c80ede87ed68 | |
parent | 48a2887a8feb3949d666f7e4f99da2cf78776b52 (diff) |
gnu: sbcl-claw-utils: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-claw-utils)[description]: Fix typo.
-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 8d527005e9..35fbdc7605 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13315,7 +13315,7 @@ and lean bindings to C libraries.") (home-page "https://github.com/borodust/claw-utils") (synopsis "Utilities for easier autowrapping") (description - "This Common Lisp library contains various handy utilties to help + "This Common Lisp library contains various handy utilities to help autowrapping with @code{claw}.") (license license:expat)))) |