diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-07 17:44:21 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-07 17:45:27 -0400 |
commit | f6cd8586453291d11351e5e4b196210a5e113967 (patch) | |
tree | 256458a284f1b2a2365ac4cfe4eb48e93ad07a42 /gnu | |
parent | db369e918a3691002e22b79e945fc6e68caea3f0 (diff) | |
download | patches-f6cd8586453291d11351e5e4b196210a5e113967.tar patches-f6cd8586453291d11351e5e4b196210a5e113967.tar.gz |
gnu: isync / mbsync: Fix typos in description.
* gnu/packages/mail.scm (isync)[description]: Fix typos.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6aef8ab85f..d6ad333fd4 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1371,7 +1371,7 @@ hashing schemes plugin for @code{Dovecot}.") (home-page "http://isync.sourceforge.net/") (synopsis "Mailbox synchronization program") (description - "isync/mbsync is command line tool for two-way synchronization of + "isync/mbsync is a command-line tool for two-way synchronization of mailboxes. Currently Maildir and IMAP are supported types.") (license gpl2+))) |