diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 13:06:25 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 13:15:17 -0700 |
commit | f74b6983510aa248ae35727ec50313ac706e13ee (patch) | |
tree | 273c34039742742fa1bcf14b92fb2a198197c129 /gnu/packages/emacs-xyz.scm | |
parent | 947b3ac68bddedaf98b656d8e6d3585e5551794f (diff) | |
download | patches-f74b6983510aa248ae35727ec50313ac706e13ee.tar patches-f74b6983510aa248ae35727ec50313ac706e13ee.tar.gz |
gnu: packages: Fix typos.
* gnu/packages/emacs-xyz (emacs-litable)[description]: Fix use of singular
form of "This package".
(emacs-ssh-config-mode)[description]: Likewise.
* gnu/packages/haskell-xyz (ghc-process-extras)[description]: Likewise.
* gnu/packages/lisp (sbcl-fare-quasiquote-readtable)[description]: Likewise.
* gnu/packages/usb-modeswitch (usb-modeswitch-data)[description]: Likewise.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 86653293f9..667a7f5d3c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2704,7 +2704,7 @@ in Lisp modes.") `(("emacs-dash" ,emacs-dash))) (home-page "https://github.com/Fuco1/litable/") (synopsis "Dynamic evaluation replacement with Emacs") - (description "This packages provides dynamic evaluation in Emacs.") + (description "This package provides dynamic evaluation in Emacs.") (license license:gpl3+)))) (define-public emacs-string-inflection @@ -18337,7 +18337,7 @@ JIRA issue servers.") (synopsis "Mode for fontification of ~/.ssh/config") (description - "This packages fontifies the ssh config keywords and creates + "This package fontifies the ssh config keywords and creates keybindings for skipping from host section to host section.") (license license:gpl3+)))) |