diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-23 20:48:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-23 20:50:59 +0200 |
commit | a0bd918116c60253f44e2baf83196e8fdca04324 (patch) | |
tree | 2746dfcd1ef0fe6ecac6e1b9be25e4edb060b783 /gnu | |
parent | 4343eebfc9f7d44ec9a665f3374d1397301b542e (diff) | |
download | guix-a0bd918116c60253f44e2baf83196e8fdca04324.tar.gz guix-a0bd918116c60253f44e2baf83196e8fdca04324.zip |
gnu: sbcl-trivia.ppcre: Fix typo in description.
* gnu/packages/lisp.scm (sbcl-trivia.ppcre)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 94ef3731e0..ee2d28e579 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -6597,7 +6597,7 @@ This system contains the base level system of Trivia with a trivial optimizer.") with Optima, another pattern matching library for Common Lisp. It is meant to be faster and more extensible than Optima. -This system contains the PPCRE extention."))) +This system contains the PPCRE extension."))) (define-public sbcl-trivia.quasiquote (package |