gnu: libimobiledevice: Edit description.

* gnu/packages/libusb.scm (libimobiledevice)[description]: Fix grammar & spelling.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-24 19:15:57 +02:00
parent 2cffa2f240
commit ddfd529cc9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -380,9 +380,9 @@ (define-public libimobiledevice
(synopsis "Protocol library and tools to communicate with Apple devices")
(description "libimobiledevice is a software library that talks the
protocols to support Apple devices. It allows other software to easily access
the device's filesystem, retrieve information about the device and it's
the device's file system, retrieve information about the device and its
internals, backup/restore the device, manage installed applications, retrieve
addressbook/calendars/notes and bookmarks and (using libgpod) synchronize
address books, calendars, notes, and bookmarks, and (using libgpod) synchronize
music and video to the device.")
(license license:lgpl2.1+)))