diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-06-28 07:45:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-06-28 07:56:51 +0200 |
commit | 9dac2a8ef40484a17d3327b04e1a74f62e82720a (patch) | |
tree | bfc5f0df0e934c396e4064564b5cca3914d9e856 | |
parent | 51c15375abd524124dc311c5048f013a5fbcdf03 (diff) | |
download | patches-9dac2a8ef40484a17d3327b04e1a74f62e82720a.tar patches-9dac2a8ef40484a17d3327b04e1a74f62e82720a.tar.gz |
gnu: emacs-calfw: Fix typo in description.
* gnu/packages/emacs.scm (emacs-calfw)[description]: Fix typo.
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 957de755f1..feff22a1b1 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1182,8 +1182,8 @@ a set of simplified face specifications and a user-supplied color palette") (home-page "https://github.com/kiwanami/emacs-calfw/") (synopsis "Calendar framework for Emacs") (description - "This package displays a calendar view with various shedule data in -the Emacs buffer.") + "This package displays a calendar view with various schedule data in the +Emacs buffer.") (license license:gpl3+))) (define-public emacs-direnv |