diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-24 19:15:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-25 04:42:16 +0200 |
commit | ddfd529cc9f6d5a860656c65b88faa2d4949510a (patch) | |
tree | 1b3c4b07c6cc3472b0b1e7d231f0aa93ced1cce2 /gnu/packages/libusb.scm | |
parent | 2cffa2f240c2418f634a2d7c983c2323292bee95 (diff) | |
download | patches-ddfd529cc9f6d5a860656c65b88faa2d4949510a.tar patches-ddfd529cc9f6d5a860656c65b88faa2d4949510a.tar.gz |
gnu: libimobiledevice: Edit description.
* gnu/packages/libusb.scm (libimobiledevice)[description]: Fix grammar & spelling.
Diffstat (limited to 'gnu/packages/libusb.scm')
-rw-r--r-- | gnu/packages/libusb.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index bf44e90ee8..61329d27a1 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm @@ -380,9 +380,9 @@ connections from and to iOS devices by connecting to a socket provided by a (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+))) |