gnu: sbcl-cl-hooks: Fix typo.

* gnu/packages/lisp (sbcl-cl-hooks)[description]: Fix spelling of
  "possibilities".
This commit is contained in:
Vagrant Cascadian 2019-09-23 12:46:15 -07:00
parent 3defa90ddf
commit 0def6a488c
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -6833,7 +6833,7 @@ (define-public sbcl-cl-hooks
In the Common LISP Object System (CLOS), a similar kind of extensibility is
possible using the flexible multi-method dispatch mechanism. It may even seem
that the concept of hooks does not provide any benefits over the possibilites
that the concept of hooks does not provide any benefits over the possibilities
of CLOS. However, there are some differences:
@itemize