gnu: emacs-frame-local: Fix typo.
authorVagrant Cascadian <vagrant@debian.org>
Tue, 24 Nov 2020 01:11:34 +0000 (17:11 -0800)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 24 Nov 2020 01:18:41 +0000 (17:18 -0800)
* gnu/packages/emacs-xyz (emacs-frame-local)[description]: Fix grammar
  of "This package".

gnu/packages/emacs-xyz.scm

index 5f49c64..a2b5202 100644 (file)
@@ -19796,7 +19796,7 @@ too ambiguous and navigation in the result buffer.")
       (home-page "https://github.com/sebastiencs/frame-local")
       (synopsis "Access variables local to an Emacs frame")
       (description
-       "This packages allows setting and accessing variables local to
+       "This package allows setting and accessing variables local to
 an Emacs frame.  Note that the variables created with this package do
 not have any relation with variables defined by @code{defvar},
 @code{defconst}, etc.")