gnu: emacs-highlight-numbers: Fix typo.

* gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix spelling
  of "constitutes".
This commit is contained in:
Vagrant Cascadian 2020-10-28 19:58:44 -07:00
parent 403809afce
commit 9a5b8a9abe
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -16427,7 +16427,7 @@ (define-public emacs-highlight-numbers
(description "@code{highlight-numbers-mode} provides a minor mode for
syntax highlighting of numeric literals in source code.
It s customizable: it's easy to add or redefine what exactly consitutes a
It s customizable: it's easy to add or redefine what exactly constitutes a
\"number\" in given major mode. See @code{highlight-numbers-modelist}.")
(license license:gpl3+)))