vagrantc pushed a commit to branch master
in repository guix.
commit 9a5b8a9abe096a565321b52674ec5206ff0e7a55
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Oct 28 19:58:44 2020 -0700
gnu: emacs-highlight-numbers: Fix typo.
* gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix
spelling
of "constitutes".
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 03f5fd5..ac75d55 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+)))