diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 11:50:08 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 12:03:32 -0700 |
commit | 5a03345898a542e71b94ad0f25b9917f91b5866c (patch) | |
tree | 23014ab1701c85577f0b15a9af6456bc24c1f9a3 /gnu | |
parent | 5995a9f7d1d93f241dce028c26fb03bb5914d3c9 (diff) | |
download | guix-5a03345898a542e71b94ad0f25b9917f91b5866c.tar.gz guix-5a03345898a542e71b94ad0f25b9917f91b5866c.zip |
gnu: kdav: Fix spelling of "implementation".
* gnu/packages/kde-pim (kdav): Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-pim.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 8dbc7bd591..cb24f0efbf 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -623,7 +623,7 @@ functions for accessing calendar data using the kcalcore API.") ("qtxmlpatterns" ,qtxmlpatterns))) (home-page "https://cgit.kde.org/kdav.git") (synopsis "DAV protocol implementation with KJobs") - (description "This is a DAV protocol implemention with KJobs. Calendars + (description "This is a DAV protocol implementation with KJobs. Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV.") (license ;; GPL for programs, LGPL for libraries |