summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-28 19:58:44 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-28 21:10:33 -0700
commit9a5b8a9abe096a565321b52674ec5206ff0e7a55 (patch)
tree30cc00a1f9217c43c6f388ac9577e5082a2213ae
parent403809afce595019905a50e0b3fd8bbfa9c4f130 (diff)
gnu: emacs-highlight-numbers: Fix typo.
* gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix spelling of "constitutes".
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 03f5fd5f33..ac75d559bd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16427,7 +16427,7 @@ yasnippet fields and mirrors to be.")
(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+)))