diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:55:25 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:11 -0700 |
commit | 727c301b98194300b28486c7666a5087ba53f719 (patch) | |
tree | 2d21768749af13ef99dd3b7d5bf6e973b13a6211 /gnu/packages | |
parent | f53044882529498518130a117f596b75371dda89 (diff) |
gnu: emacs-google-translate: Fix typo "This package".
* gnu/packages/emacs-xyz (emacs-google-translate)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3ef9ae8844..bec6757807 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12480,7 +12480,7 @@ the GIF result.") (home-page "https://github.com/atykhonov/google-translate") (synopsis "Emacs interface to Google Translate") (description - "This packages provides an Emacs interface to the Google Translate + "This package provides an Emacs interface to the Google Translate on-line service.") (license license:gpl3+))) |